Compare commits

...

5 Commits

Author SHA1 Message Date
Trez.One 622cbff035 Homepage Lifestyle section format.
Gitea Branch PR & Ansible Configurations Deployment / Check and Create PR (push) Successful in 3m51s
Gitea Branch PR & Ansible Configurations Deployment / Ansible Lint (push) Successful in 5m50s
Gitea Branch PR & Ansible Configurations Deployment / PR Merge (push) Successful in 22s
Gitea Branch PR & Ansible Configurations Deployment / Ansible Config Deployment (push) Successful in 5m31s
2025-02-24 20:16:28 -05:00
Trez.One 581547dcd6 Adding Manyfold service. 2025-02-24 20:16:28 -05:00
Trez.One f1f450d0ea Homepage settings tweak for Personal Services category.
Gitea Branch PR & Ansible Configurations Deployment / Check and Create PR (push) Has been skipped
Gitea Branch PR & Ansible Configurations Deployment / Ansible Lint (push) Has been skipped
Gitea Branch PR & Ansible Configurations Deployment / PR Merge (push) Failing after 39s
Gitea Branch PR & Ansible Configurations Deployment / Ansible Config Deployment (push) Has been skipped
2025-02-24 17:59:10 -05:00
gitea-sonarqube-bot 73ec90bfe4 Auto Merge of PR 15 - bytestash-cyberchef-deployment-opengist-removal
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Has been skipped
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Has been skipped
Merged by Trez.One
2025-02-24 15:43:43 -05:00
Trez.One e38c0ddb8f chore: Update README 2025-02-24 20:43:08 +00:00
3 changed files with 36 additions and 4 deletions
+2 -1
View File
@@ -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
+30
View File
@@ -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: