Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 622cbff035 | |||
| 581547dcd6 | |||
| f1f450d0ea | |||
| 73ec90bfe4 | |||
| e38c0ddb8f |
@@ -17,6 +17,7 @@
|
||||
| bitwarden | vaultwarden/server:latest |
|
||||
| bluesky-pds | ghcr.io/bluesky-social/pds:latest |
|
||||
| browserless | ghcr.io/browserless/chromium:latest |
|
||||
| bytestash | ghcr.io/jordan-dalby/bytestash:latest |
|
||||
| castopod | castopod/castopod:latest |
|
||||
| cloudflared | cloudflare/cloudflared:latest |
|
||||
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest |
|
||||
@@ -24,6 +25,7 @@
|
||||
| cronicle | elestio/cronicle:latest |
|
||||
| crowdsec | crowdsecurity/crowdsec:latest |
|
||||
| crowdsec-dashboard | metabase/metabase |
|
||||
| cyber-chef | mpepping/cyberchef:latest |
|
||||
| czkawka | jlesage/czkawka |
|
||||
| dawarich-app | freikin/dawarich:latest |
|
||||
| dawarich-pg-db | postgis/postgis:17-3.5-alpine |
|
||||
@@ -38,7 +40,6 @@
|
||||
| ghost | ghost:latest |
|
||||
| gitea | gitea/gitea:1.23.1 |
|
||||
| gitea-db | postgres:14 |
|
||||
| gitea-opengist | ghcr.io/thomiceli/opengist:latest |
|
||||
| gitea-runner | gitea/act_runner:latest |
|
||||
| gitea-sonarqube-bot | justusbunsi/gitea-sonarqube-bot:v0.4.0 |
|
||||
| gluetun | qmcgaw/gluetun:latest |
|
||||
|
||||
@@ -35,8 +35,9 @@ layout:
|
||||
style: row
|
||||
columns: 3
|
||||
Lifestyle:
|
||||
style: row
|
||||
columns: 3
|
||||
style: columns
|
||||
row: 2
|
||||
fiveColumns: true
|
||||
Automation:
|
||||
style: columns
|
||||
row: 2
|
||||
@@ -45,7 +46,7 @@ layout:
|
||||
row: 5
|
||||
Personal Services:
|
||||
style: row
|
||||
columns: 4
|
||||
columns: 3
|
||||
Professional Services:
|
||||
style: row
|
||||
columns: 3
|
||||
|
||||
@@ -2873,6 +2873,8 @@ services:
|
||||
swag_proto: http
|
||||
swag_port: 42010
|
||||
swag_url: scrobble.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://scrobble.${MY_TLD}
|
||||
networks:
|
||||
default: null
|
||||
ports:
|
||||
@@ -2894,6 +2896,34 @@ services:
|
||||
type: bind
|
||||
bind:
|
||||
create_host_path: true
|
||||
manyfold:
|
||||
container_name: manyfold
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
DATABASE_URL: sqlite3:/config/manyfold.sqlite3
|
||||
REDIS_URL: redis://redis:6379/2
|
||||
SECRET_KEY_BASE: ${MANYFOLD_SECRET_KEY_BASE}
|
||||
image: lscr.io/linuxserver/manyfold:latest
|
||||
labels:
|
||||
homepage.group: Lifestyle
|
||||
homepage.name: Manyfold
|
||||
homepage.href: https://scrobble.${MY_TLD}
|
||||
homepage.icon: manyfold.svg
|
||||
homepage.description: Self-hosted digital asset manager for 3D print files
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
swag_port: 3214
|
||||
swag_url: 3dprint.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://3dprint.${MY_TLD}
|
||||
ports:
|
||||
- 3214:3214
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/manyfold/config:/config
|
||||
- ${DOCKER_VOLUME_CONFIG}/manyfold/library:/libraries #optional
|
||||
mariadb:
|
||||
container_name: mariadb
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user