feat: infrastructure updates and documentation improvements

- Update Forgejo service configuration on grey-area
- Refine reverse-proxy network configuration
- Add README_new.md with enhanced documentation structure
- Update instruction.md with latest workflow guidelines
- Enhance plan.md with additional deployment considerations
- Complete PR template restructuring for professional tone

These changes improve service reliability and documentation clarity
while maintaining infrastructure consistency across all machines.
This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-07 17:45:47 +00:00
parent fed1c5a1f8
commit 7a43630bc6
6 changed files with 352 additions and 13 deletions

View file

@ -2,7 +2,7 @@
{
services.forgejo = {
enable = true;
#user = "git";
# Use the default 'forgejo' user, not 'git'
};
services.forgejo.settings = {
@ -16,6 +16,9 @@
ROOT_URL = "https://git.geokkjer.eu";
SSH_DOMAIN = "git.geokkjer.eu";
SSH_PORT = 1337;
# Disable built-in SSH server, use system SSH instead
DISABLE_SSH = false;
START_SSH_SERVER = false;
};
repository = {
ENABLE_PUSH_CREATE_USER = true;