yeet source viewer; replace with gitea

This commit is contained in:
2026-01-19 02:15:26 -05:00
parent 1b9f9293bf
commit 9d93ff7812
6 changed files with 10 additions and 427 deletions

7
start_dev.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo '==== Cleaning up dead screens ===='
screen -wipe portfolio_devel
echo '==== Restarting Nginx ===='
rc-service nginx restart
echo '===== Starting server ===='
sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* .'