Initial project setup: Docker, Makefile, scripts, plugins

This commit is contained in:
2026-06-17 23:38:59 +02:00
commit c52353ac8e
10 changed files with 397 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# SSH connection
REMOTE_USER=root
REMOTE_HOST=example.com
REMOTE_PORT=22
REMOTE_HOME=/home/example.com
# Server paths (override here if your setup differs from the Makefile defaults)
WEBROOT=/home/example.com/public_html
SITE_CONFIG_DIR=/home/example.com/site-config
# Grav
GRAV_VERSION=1.7.52
# Repos
USER_REPO=https://gitea.example.com/org/intotheeast-user.git
MAIN_REPO=https://gitea.example.com/org/travel-blog-intotheeast.git
# Gitea credentials — never commit these; only ever in .env (local) or ~/.env-project (server, temporary)
GITEA_HOST=gitea.example.com
GITEA_USER=deploy-user
GITEA_TOKEN=your-gitea-personal-access-token