1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00

Improve cookie loading with type setting

This commit is contained in:
Eggbertx 2021-08-24 13:14:11 -07:00
parent 282d0208f0
commit 45a47e54fb
12 changed files with 189 additions and 59 deletions

View file

@ -151,4 +151,6 @@ Server set up. To access the virtual machine, run 'vagrant ssh'. Then, to start
run 'sudo systemctl start gochan.service'. The virtual machine is set to run gochan on startup, so you
will not need to do this every time you start it. You can access it from a browser at http://172.27.0.3/
The first time gochan is run, it will create a simple /test/ board.
If you want to do frontend development, you'll need to run 'apt install npm'
EOF