Skip to content

Secret notes that will self-destruct after being read

License

Notifications You must be signed in to change notification settings

mryoaz/secretic

This branch is 341 commits behind gomzyakov/secretnotes:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 27, 2022
Dec 9, 2022
Apr 3, 2022
Dec 3, 2022
Oct 26, 2022
Sep 18, 2022
Nov 13, 2022
Dec 9, 2022
Nov 13, 2022
Apr 3, 2022
Nov 15, 2022
Apr 3, 2022
Nov 15, 2022
Apr 3, 2022
Oct 26, 2022
Apr 26, 2022
Oct 26, 2022
Apr 3, 2022
Nov 15, 2022
Sep 18, 2022
Apr 1, 2022
Nov 15, 2022
Jun 9, 2022
Apr 3, 2022
May 21, 2022
Dec 7, 2022
Dec 9, 2022
Nov 20, 2022
Apr 3, 2022
Dec 6, 2022
Nov 27, 2022
Oct 22, 2022
May 17, 2022
Sep 18, 2022
May 4, 2022
May 4, 2022

Repository files navigation

Secretic

GitHub release license codecov

Create secret notes that will self-destruct after being read.

Running the project locally

When you pull this project to another computer that has no PHP or Composer installed, you cant run sail command because there is no vendor folder.

Solution is https://laravel.com/docs/9.x/sail#installing-composer-dependencies-for-existing-projects

docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/opt \
-w /opt \
laravelsail/php81-composer:latest \
composer install --ignore-platform-reqs

Instead of repeatedly typing vendor/bin/sail to execute Sail commands, you may wish to configure a Bash alias:

alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'

Copy the environment settings:

cp .env.example .env

And replace DB_HOST to mysql in .env (for local development).

After that just run the command:

sail up -d
sail artisan migrate:fresh --seed

And open http://127.0.0.1 in your favorite browser. Happy using Secretic!

Remove project

To remove all images and volumes, just run:

sail down --rmi all -v

Deployment to VDS

The deployment process is described in the file DEPLOY.md

Support

If you find any package errors, please, make an issue in current repository.

License

This is open-sourced software licensed under the MIT License.

About

Secret notes that will self-destruct after being read

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.8%
  • Blade 15.2%
  • Other 2.0%