Compare commits

..

12 Commits

Author SHA1 Message Date
Trez.One 755da6c26c Adding Mixpost-Lite service.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 52s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Successful in 6m1s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Successful in 50s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 51s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Successful in 29s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Successful in 17m41s
2025-03-02 09:39:52 -05:00
Trez.One c4ae1b28d4 Adding restart policy to ArchiveBox. 2025-03-02 07:38:42 -05:00
Trez.One b2101eb40f Uptime-Kuma monitor fix. 2025-03-01 19:52:38 -05:00
Trez.One 486542c785 Homepage layout change. 2025-03-01 19:32:01 -05:00
Trez.One a5541c7dee Merge remote-tracking branch 'refs/remotes/origin/main' 2025-03-01 18:24:12 -05:00
Trez.One aeacd646a8 Forgot required config in librechat.yaml. 2025-03-01 18:24:00 -05:00
gitea-sonarqube-bot e0caf79ac8 Auto Merge of PR 23 - stable-diffusion-deployment
Merged by Trez.One
2025-03-01 18:02:37 -05:00
Trez.One 2ab3fe9719 Librechat YAML config fix. 2025-03-01 18:00:14 -05:00
Trez.One 96e98693f2 chore: Update README 2025-03-01 22:59:48 +00:00
Trez.One b5b015f9ef Correcting ArchiveBox description. 2025-03-01 17:31:28 -05:00
Trez.One 01d5afe81c Adding Stable-Diffusion service for LibreChat.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 4m35s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Successful in 11m19s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Successful in 1m7s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 5m39s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Successful in 1m47s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Successful in 26m56s
2025-03-01 17:27:34 -05:00
gitea-sonarqube-bot 7feb968c74 Auto Merge of PR 22 - postal-smtp-tls
Merged by Trez.One
2025-03-01 16:41:37 -05:00
5 changed files with 76 additions and 7 deletions
+2
View File
@@ -143,6 +143,8 @@
| sourcebot | ghcr.io/sourcebot-dev/sourcebot:latest |
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
| spotisub | blastbeng/spotisub:latest |
| stable-diffusion-download | git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0 |
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.0 |
| swag | lscr.io/linuxserver/swag:latest |
| tandoor | vabene1111/recipes |
| tandoor-pg | postgres:16-alpine |
@@ -44,7 +44,7 @@ layout:
columns: 3
Personal Services:
style: row
columns: 3
columns: 4
Professional Services:
style: row
columns: 5
@@ -273,7 +273,7 @@ SERPAPI_API_KEY=
# Stable Diffusion
#-----------------
# SD_WEBUI_URL=http://host.docker.internal:7860
SD_WEBUI_URL=http://stable-diffusion-webui:7860
# Tavily
#-----------------
@@ -1,6 +1,7 @@
version: 1.0.0
endpoints:
custom:
- name: "Ollama"
- name: "ollama"
apiKey: "ollama"
baseURL: "http://ollama:11434/v1/chat/completions"
models:
+70 -4
View File
@@ -104,8 +104,6 @@ services:
create_host_path: true
archivebox:
container_name: archivebox
dns:
- adguard
environment:
ADMIN_USERNAME: admin # creates an admin user on first run with the given user/pass combo
ADMIN_PASSWORD: ${ARCHIVEBOX_ADMIN_PASSWORD}
@@ -121,7 +119,7 @@ services:
homepage.name: ArchiveBox
homepage.href: https://archive.${MY_TLD}
homepage.icon: archivebox.png
homepage.description: Podcasts, eBooks, & Audiobooks
homepage.description: Open-source and self-hosted web archiving
swag: enable
swag_port: 8000
swag_proto: http
@@ -130,6 +128,7 @@ services:
swag.uptime-kuma.monitor.url: https://archive.${MY_TLD}
ports:
- 21324:8000
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/archivebox:/data
# ./data/personas/Default/chrome_profile/Default:/data/personas/Default/chrome_profile/Default
@@ -843,7 +842,7 @@ services:
swag_proto: http
swag_url: cchef.trez.wtf
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://gist.trez.wtf
swag.uptime-kuma.monitor.url: https://cchef.trez.wtf
ports:
- 20992:8000
restart: unless-stopped
@@ -3263,6 +3262,39 @@ services:
type: bind
bind:
create_host_path: true
mixpost:
container_name: mixpost
image: inovector/mixpost:latest
depends_on:
- mariadb
- redis
environment:
APP_NAME: Mixpost
APP_KEY: ${MIXPOST_APP_KEY}
APP_DEBUG: false
APP_DOMAIN: social.trez.wtf
APP_URL: https://${APP_DOMAIN}
DB_HOST: mariadb
DB_DATABASE: mixpost
DB_USERNAME: mixpost
DB_PASSWORD: ${MIXPOST_DB_PASSWORD}
labels:
swag: enable
swag_proto: http
swag_url: social.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://social.${MY_TLD}
homepage.group: Social
homepage.name: Mixpost
homepage.href: https://social.${MY_TLD}
homepage.icon: mixpost.svg
homepage.description: Multi-channel social media manager
ports:
- 61757:80
restart: unless-stopped
volumes:
- mixpost-storage:/var/www/html/storage/app
- mixpost-logs:/var/www/html/storage/logs
mongodb:
container_name: mongodb
environment:
@@ -4862,6 +4894,36 @@ services:
restart: always
volumes:
- ${DOCKER_VOLUME_CONFIG}/spotisub:/home/user/spotisub/cache
stable-diffusion-download:
container_name: stable-diffusion-download
image: git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
stable-diffusion-webui:
container_name: stable-diffusion-webui
image: git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.0
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
labels:
homepage.name: Stable-Diffusion WebUI
homepage.group: Personal Services
homepage.description: Deep learning, text-to-image model
homepage.href: https://sd.${MY_TLD}
homepage.icon: /icons/stable-diffusion.png
swag: enable
swag_port: 7860
swag_proto: http
swag_url: sd.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://sd.${MY_TLD}
ports:
- 7860:7860
restart: unless-stopped
tty: true
volumes:
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/data:/data
- ${DOCKER_VOLUME_CONFIG}/stable-diffusion-webui/output:/output
swag:
cap_add:
- NET_ADMIN
@@ -5426,6 +5488,10 @@ volumes:
name: lldap_data
mastodon-pg-db:
name: mastodon-pg-db
mixpost-storage:
name: mixpost-storage
mixpost-logs:
name: mixpost-logs
mongodb_config:
name: mongodb_config
mongodb_data: