19 Commits

Author SHA1 Message Date
cjones c9c03db743 Upgrading Gitea to v1.26.0 2026-04-20 00:02:38 -04:00
cjones f0832b9dd7 Complete version-by-version upgrade of Immich from v2.3.1 to v2.7.5. 2026-04-18 23:45:17 -04:00
cjones e1804d38b6 upgrade immich to v2.4.0 2026-04-18 19:13:37 -04:00
cjones e785743580 Upgrade Nextcloud to v33 Nextcloud Hub 26 Winter 2026-04-18 17:44:08 -04:00
cjones 42d9e628b7 reset GCM token 2026-04-17 12:38:36 -04:00
cjones 9cf54273e5 testing git credential configuration 2026-04-16 23:05:50 -04:00
cjones c5df925cb5 added a dot to test GCM 2026-04-16 22:05:46 -04:00
cjones e0d80dba34 Merge branch 'ZFSMigrate': Migrate Nextcloud to per-service ZFS datasets. 2026-04-01 10:07:26 -04:00
cjones 5390ef62e9 Migrate Nextcloud to per-service ZFS datasets 2026-04-01 10:06:39 -04:00
cjones 39c9221d00 Merge branch 'ZFSMigrate': Migrate immich to per-service ZFS datasets 2026-03-31 11:25:27 -04:00
cjones a1c2266436 Migrate immich to per-service ZFS datasets 2026-03-31 11:24:49 -04:00
cjones 3e02ee89b9 Merge branch 'ZFSMigrate': migrate Jellyfin to per-service ZFS datasets 2026-03-30 21:58:49 -04:00
cjones ad1c1912aa Merge gitea migration from branch 'ZFSMigrate' 2026-03-28 12:40:15 -04:00
cjones 787847292b Remove unneeded no-new-privileges option. Remove unused proxy network. 2026-03-28 00:29:38 -04:00
cjones 102f9d2b33 update compose yaml to move to latest portainer 2026-03-28 00:21:42 -04:00
cjones 12486de442 Migrating portainer to per-service ZFS datasets 2026-03-27 10:47:55 -04:00
cjones 05b8eaf353 Merge branch 'ZFSMigrate' after Vaultwarden successfully migrated to per-service ZFS datasets 2026-03-27 10:01:02 -04:00
cjones 27c1e01476 Archiving bookstack 2026-03-24 23:32:40 -04:00
cjones 7eac2b12f8 'compose.hubonly' and 'compose.full' were needed only on initial install of Beszel and its agent. Removing them. 2026-03-24 10:53:54 -04:00
8 changed files with 15 additions and 71 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# containers
compose.yaml and other configuration data for Docker containers
compose.yaml and other configuration data for Docker containers.
-27
View File
@@ -1,27 +0,0 @@
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
environment:
APP_URL: http://localhost:8090
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data
- ./beszel_socket:/beszel_socket
beszel-agent:
image: henrygd/beszel-agent:latest
container_name: beszel-agent
restart: unless-stopped
network_mode: host
volumes:
- ./beszel_agent_data:/var/lib/beszel-agent
- ./beszel_socket:/beszel_socket
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
LISTEN: /beszel_socket/beszel.sock
HUB_URL: http://localhost:8090
TOKEN: da52524a-fa93-47ef-908c-dd001c9e8e18
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgDayLLA8JOzQ7fZtqTlUaRIQvhtoYSZvkUC9PrdQJG"
-13
View File
@@ -1,13 +0,0 @@
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
environment:
APP_URL: http://localhost:8090
ports:
- 8090:8090
volumes:
- ./beszel_data:/beszel_data
- ./beszel_socket:/beszel_socket
+1 -1
View File
@@ -4,7 +4,7 @@ networks:
services:
server:
image: gitea/gitea:latest
image: gitea/gitea:1.26.0
container_name: gitea
environment:
- USER_UID=1000
+4 -3
View File
@@ -1,15 +1,16 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/storage/appdata/immich/library
UPLOAD_LOCATION=/var/lib/immich/data
# The location where your database files are stored
DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
DB_DATA_LOCATION=/var/lib/immich/db
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v2.3.1
IMMICH_VERSION=v2.7.5
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres
+3 -3
View File
@@ -4,7 +4,7 @@ services:
restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes:
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
- /var/lib/nextcloud/db:/var/lib/mysql
networks:
- default
environment:
@@ -16,12 +16,12 @@ services:
app:
depends_on:
- db
image: nextcloud:32
image: nextcloud:33
restart: always
ports:
- 8080:80
volumes:
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
- /var/lib/nextcloud/data/www/html:/var/www/html
networks:
- default
environment:
+6 -23
View File
@@ -1,33 +1,16 @@
services:
portainer:
image: portainer/portainer:latest
image: portainer/portainer-ce:lts
container_name: portainer
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- proxy
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/portainer:/data
ports:
- 9000:9000
labels:
- "traefik.enable=false"
- "traefik.http.routers.portainer.entrypoints=http"
- "traefik.http.routers.portainer.rule=Host(`portainer.objectbrokers.com`)"
- "traefik.http.middlewares.portainer-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.portainer.middlewares=portainer-https-redirect"
- "traefik.http.routers.portainer-secure.entrypoints=https"
- "traefik.http.routers.portainer-secure.rule=Host(`portainer.objectbrokers.com`)"
- "traefik.http.routers.portainer-secure.tls=true"
- "traefik.http.routers.portainer-secure.tls.certresolver=http"
- "traefik.http.routers.portainer-secure.service=portainer"
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
- "traefik.docker.network=proxy"
- 9443:9443
- 8000:8000
networks:
proxy:
external: true
default:
name: portainer_network