- docker-services: 14 generic compose templates (portainer, npm, vaultwarden, gitea, jotty, nextcloud-aio, rustdesk, audiobookshelf, calibre-web, plex, erugo, jswiki, speedtest, watchtower) - install-scripts: bash scripts for Ubuntu server bootstrap, docker, portainer, npm, backup, restore - ansible: 4 playbooks (bootstrap, deploy-services, update-services, security-hardening) + roles skeleton - hermes-install: Hermes CLI setup on macOS - macos-setup: Brewfile + osx-defaults + fish-config - home-nas-tools: metadata index for NAS projects (no binaries) - docs: architecture, security, contributing - README, LICENSE (MIT), .gitignore
12 lines
277 B
Bash
12 lines
277 B
Bash
# Gitea – proměnné prostředí
|
||
USER_UID=1000
|
||
USER_GID=1000
|
||
TZ=Europe/Prague
|
||
|
||
# Po prvním adminovi nastav na false
|
||
GITEA__service__DISABLE_REGISTRATION=false
|
||
GITEA__service__REQUIRE_SIGNIN_VIEW=false
|
||
|
||
# HTTPS terminuje NPM, takže false
|
||
GITEA__session__COOKIE_SECURE=false
|