Skip to content

Skylli202/secretlink-deeznuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secretlink DeezNuts

Secretlink-DeezNuts is yet another (boring) secret sharing application. It is mostly a personal & side-project used as an excuse to explore and play with some cool tech I love: Svelte (and its meta-framework SvelteKit), shadcn-svelte and PocketBase.

Roadmap & Ideas

I'm not currently particularly actively developing this project at the moment. But development should resume one day or another.

  • Implement user registration & login.
  • Allow a user to list the secrets he generated and see the viewCount.

If you have any feature request, idea or suggestion, please raise an issue!

Develop

Start the PocketBase server:

./pocketbase serve

The first time it will generate an installer link that should be automatically opened in the browser to setup your first superuser account (you can also create the first superuser manually via ./pocketbase superuser create EMAIL PASS).

Once you've started the PocketBase server, installed the dependencies with npm install, you can start the web application development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

(Re)Build docker images

Build the PocketBase image by executing:

docker build -f db.Dockerfile .

# or to build with the tag & push to repository
docker build -t skylli202/secretlink-deeznuts:pocketbase -f db.Dockerfile . --push

The db.Dockerfile is based of PocketBase's documentation on Going to production using Docker

Build the SvelteKit image by executing:

docker build -f web-node.Dockerfile .

# or to build with the tag & push to repository
docker build -t skylli202/secretlink-deeznuts:sveltekit -f web-node.Dockerfile . --push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published