Configuration of the Playnote hosting infrastructure
  • Shell 57.7%
  • PowerShell 41.4%
  • Assembly 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-21 00:17:52 +01:00
deploy Add fj-stoker deployment bundle 2026-08-21 00:17:52 +01:00
forgejo Initial commit 2026-07-24 15:18:15 +01:00
gcp/worker-images Install enabled SDL3 backend requirements 2026-08-20 19:38:21 +01:00
nginx Remove TeamCity related configuration 2026-08-15 23:15:44 +01:00
scripts Remove TeamCity related configuration 2026-08-15 23:15:44 +01:00
systemd Remove TeamCity related configuration 2026-08-15 23:15:44 +01:00
.gitignore Initial commit 2026-07-24 15:18:15 +01:00
LICENSE Initial commit 2026-07-24 15:18:15 +01:00
README.md Add fj-stoker deployment bundle 2026-08-21 00:17:52 +01:00

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.