Configuration of the Playnote hosting infrastructure
- Shell 57.7%
- PowerShell 41.4%
- Assembly 0.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| deploy | ||
| forgejo | ||
| gcp/worker-images | ||
| nginx | ||
| scripts | ||
| systemd | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Playnote infrastructure
This repository contains configuration files used to host Playnote related services.
| Repository path | Server path |
|---|---|
nginx/nginx.conf |
/etc/nginx/nginx.conf |
nginx/conf.d/* |
/etc/nginx/conf.d/ |
nginx/vhosts.d/* |
/etc/nginx/vhosts.d/ |
forgejo/app.ini.template |
/etc/forgejo/app.ini |
systemd/*.service |
/etc/systemd/system/ |
systemd/*.timer |
/etc/systemd/system/ |
scripts/* |
/usr/local/sbin/ |
gcp/worker-images contains scripts for building and testing images for Playnote's CI.
deploy/ contains the fj-stoker deployment bundle, including its systemd units, configuration, credential handling, and installation helper. See deploy/README.md for the deployment procedure.