diff --git a/Makefile b/Makefile index e4c8a16..259a47f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ PROJECT_DIRECTORY := infrastructure CONFIG_DIRECTORY := presets -CONFIGS := torrent +CONFIGS := minecraft #DOCKER_PROFILES := include DockerCompose.mk diff --git a/README.md b/README.md index fbffbbd..fdc1225 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,8 @@ You can change the homepage config in these files: ### Forgejo +For Forgejo installation, you must change the password(s) and user in [forgejo_db.env](infrastructure/services/forgejo/env/forgejo_db.env) file and [forgejo.env](infrastructure/services/forgejo/env/forgejo.env) file. + Once the installation is complete, you need to set the installation lock: ```sh @@ -367,6 +369,7 @@ ssh -p 2222 admin@bensuperpc.org - [Fix docker volume](https://pratikpc.medium.com/use-docker-compose-named-volumes-as-non-root-within-your-containers-1911eb30f731) - [Forgejo-runner](https://code.forgejo.org/forgejo/runner) - [Forgejo-runner](https://huijzer.xyz/posts/55) +- [Forgejo](https://nickcunningh.am/blog/how-to-setup-and-configure-forgejo-with-support-for-forgejo-actions-and-more) ## License diff --git a/infrastructure/services/minecraft-server b/infrastructure/services/minecraft-server index 03016cb..eb36841 160000 --- a/infrastructure/services/minecraft-server +++ b/infrastructure/services/minecraft-server @@ -1 +1 @@ -Subproject commit 03016cb87ebfcf8bb281f0fca8a1fc23a5ff3a38 +Subproject commit eb36841abffa511fd97833c36e72e9dd7d032a2f diff --git a/presets/7dtd.conf b/presets/7dtd.conf index e909393..e864d44 100644 --- a/presets/7dtd.conf +++ b/presets/7dtd.conf @@ -1 +1,2 @@ DOCKER_PROFILES += 7daystodie_server 7daystodie_backup +DOCKER_PROFILES += openssh diff --git a/presets/minecraft.conf b/presets/minecraft.conf index 2af8eef..5bb0933 100644 --- a/presets/minecraft.conf +++ b/presets/minecraft.conf @@ -1 +1,2 @@ DOCKER_PROFILES += minecraft_server minecraft_backup +DOCKER_PROFILES += openssh diff --git a/presets/utils.conf b/presets/utils.conf index dbe77d6..1f788bb 100644 --- a/presets/utils.conf +++ b/presets/utils.conf @@ -1,3 +1,3 @@ DOCKER_PROFILES += main_infrastructure caddy homepage DOCKER_PROFILES += it-tools omni-tools cyberchef -DOCKER_PROFILES += qbittorrent +DOCKER_PROFILES += qbittorrent openssh diff --git a/tools/docker_volumes_export.sh b/tools/docker_volumes_export.sh index 1f8398d..7b0ade0 100755 --- a/tools/docker_volumes_export.sh +++ b/tools/docker_volumes_export.sh @@ -42,8 +42,7 @@ volumes=( psitransfer_data jellyfin_config picoshare_data - forgejo_data - forgejo_config + forgejo_data forgejo_db forgejo_certs forgejo_runner