Logo
Explore Help
Register Sign In
hippogrief/pobsync
1
0
Fork 0
You've already forked pobsync
Code Issues 21 Pull Requests Actions Packages Projects Releases 3 Wiki Activity
Files
issue-24-ui-label-cleanup
pobsync/deploy/nginx/pobsync.conf

16 lines
401 B
Plaintext
Raw Permalink Normal View History

(refactor) Add native systemd production deployment Make native systemd services the recommended production path for pobsync while keeping Docker Compose available for development and optional test installs. Add web, worker, and scheduler systemd unit templates, a native environment example, an optional nginx reverse proxy template, and an installer that creates the venv, service user, env file, units, and runs migrations/static collection. Allow native deployments to configure POBSYNC_BACKUP_ROOT directly and document the new production layout and update flow.
2026-05-19 15:59:07 +02:00
server {
listen 80;
server_name @POBSYNC_SERVER_NAME@;
client_max_body_size 16m;
location / {
proxy_pass http://127.0.0.1:8010;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API