feat(main): init

commit may contain secret info, or not follow .gitignore
This commit is contained in:
neon 2024-09-11 00:11:58 +00:00
commit 5271a138c3
37 changed files with 1528 additions and 0 deletions

11
Caddyfile Normal file
View file

@ -0,0 +1,11 @@
{
admin unix//home/neon/caddy-admin.sock
}
http://neon.hackclub.app {
bind unix/.webserver.sock|777
root * /home/neon/pub
file_server {
hide .git .env
}
}