poprhythm
716718504d
Configure OpenClaw to use Ollama with llama3
...
Add environment variables to specify Ollama as the agent provider:
- OPENCLAW_AGENT_PROVIDER=ollama
- OPENCLAW_AGENT_MODEL=llama3
- OPENCLAW_OLLAMA_BASE_URL=http://ollama:11434
2026-02-09 02:32:23 +00:00
poprhythm
8209caecff
Fix OpenClaw architecture mismatch - specify linux/amd64 platform
...
Adds explicit platform: linux/amd64 to prevent pulling ARM64 image on x86_64 systems, which causes "Exec format error"
2026-02-09 02:04:57 +00:00
poprhythm
68e3f673e8
Add OpenClaw setup documentation and utilities
...
- SETUP.md: Complete deployment guide with WebSocket configuration
- portainer-setup.sh: Automated Portainer stack creation script
- fix-permissions.sh: Storage directory permission fixer
- .gitignore: Ensure .credentials file is not committed
Note: WebSocket support must be enabled in nginx-proxy-manager for OpenClaw to work.
2026-02-08 21:45:31 +00:00
poprhythm
d66fc86287
Add explicit --bind lan flag to OpenClaw gateway command
...
CLI flag takes precedence over env vars and config, ensuring
the gateway binds to LAN interface for nginx reverse proxy access.
2026-02-08 21:42:57 +00:00
poprhythm
c2a25c2185
Add OPENCLAW_GATEWAY_BIND=lan environment variable
...
Fix 502 error by configuring OpenClaw gateway to bind on LAN interface
instead of localhost only, allowing nginx reverse proxy to connect.
2026-02-08 21:29:57 +00:00
poprhythm
7c4393828d
Update OpenClaw for git-linked deployment with Ollama
...
- Switch to official ghcr.io/openclaw/openclaw:main image
- Remove port mappings in favor of nginx reverse proxy
- Add reverse proxy environment variables (VIRTUAL_HOST, etc.)
- Configure for Ollama integration instead of Anthropic API
- Add PUID/PGID for proper file permissions
2026-02-08 21:08:23 +00:00
poprhythm
a6c4302c00
Add comprehensive Uptime Kuma management documentation
...
Complete documentation for monitor and tag management workflows:
New documentation:
- README.md: Quick reference and complete workflow guide
- TAG_MANAGEMENT.md: Comprehensive tag management strategies
- tag_monitor.sh: Quick CLI script to tag monitors
Updated documentation:
- API.md: Added tag management section with quick reference
Coverage:
- Adding monitors with tags (complete workflow)
- Updating and deleting monitors
- Tag management strategies and patterns
- Common tagging patterns by service type
- Troubleshooting guide
- Best practices and maintenance tasks
All common operations are now documented with examples.
2026-02-08 20:23:10 +00:00
poprhythm
f926ff733c
Fix and complete Uptime Kuma monitor tagging
...
Successfully tagged all 12 monitors with service categories:
- Used add_monitor_tag API method instead of edit_monitor
- All hardware/monitoring, application, and infrastructure monitors now tagged
- Added verification and fix scripts for debugging
New files:
- check_tags.py: Verify tag assignments
- fix_missing_tags.py: Add specific missing tags
- test_single_tag.py: Debug single monitor tagging
- TAG_SUMMARY.md: Complete documentation of all tags and assignments
All monitors are now properly organized by service category.
2026-02-08 20:18:58 +00:00
poprhythm
aefe76478a
Add service category tagging script for Uptime Kuma
...
Creates and assigns service category tags to all monitors:
- Hardware/monitoring: Server fan monitors (4 monitors)
- Application: Web apps, database, media services (3 monitors)
- Infrastructure: Storage, virtualization, VMs (5 monitors)
Tags with color coding:
- hardware (red), monitoring (orange)
- application (blue), web (cyan), database (purple), media (pink)
- infrastructure (green), storage (light green), virtualization (teal), vm (blue grey)
2026-02-08 20:10:57 +00:00
poprhythm
3a990fc686
Add Uptime Kuma API management tooling
...
Implements programmatic monitor management via Socket.IO API:
- manage_monitors.py: CLI script for CRUD operations on monitors
- API.md: Comprehensive API usage documentation
- SETUP.md: Step-by-step setup and verification guide
Key features:
- Supports API key and username/password authentication
- List, add, update, delete monitors via CLI
- SSL verification disabled for self-signed certificates
- Monitor types: HTTP, TCP, ping, DNS, docker
2026-02-08 19:59:43 +00:00
poprhythm
f46d493ca2
Update dashy, gitea, homebox, docker-registry for git-linked deployment
2026-02-08 03:23:38 +00:00
poprhythm
dab1385ca7
Fix calibre PUID/PGID to match NFS share (99/100)
2026-02-08 03:11:37 +00:00
poprhythm
038767ef76
Update calibre compose for production deployment
2026-02-08 03:07:41 +00:00
poprhythm
4d089966d8
Update linkding compose for production deployment
2026-02-08 03:01:37 +00:00
poprhythm
da970d1ed5
Update ladder/docker-compose.yml
2026-02-06 03:22:51 +00:00
poprhythm
8a5be5989f
Add ladder/docker-compose.yml
2026-02-06 03:14:17 +00:00
poprhythm
da7a0295e3
added comfyui
2026-02-04 02:55:08 +00:00
poprhythm
201349a6fd
forge a fork of webui
2026-02-03 03:21:12 +00:00
poprhythm
8ab2ff68a1
another sd try
2026-02-03 03:18:53 +00:00
poprhythm
8bab95d2ef
add openclaw
2026-02-03 02:42:59 +00:00
poprhythm
94b5587831
update sd
2026-02-03 02:17:40 +00:00
poprhythm
8e878cec0d
add stable diffusion
2026-02-03 02:09:53 +00:00
poprhythm
42bf219965
Fix glances GPU access using Ubuntu image and nvidia runtime
...
Alpine-based image (latest-full) is incompatible with NVIDIA libraries
due to musl/glibc mismatch. Switch to ubuntu-latest-full and use
runtime: nvidia for GPU monitoring support.
2026-01-31 20:10:40 +00:00
poprhythm
947f5fd348
Add GPU monitoring support to glances
...
Enable NVIDIA runtime and GPU visibility for GPU performance metrics.
2026-01-31 19:52:58 +00:00
poprhythm
3426193bc2
Use runtime:nvidia for GPU access
...
Replace deploy.resources.reservations.devices block with runtime: nvidia
for better compatibility with Portainer standalone mode.
2026-01-31 19:38:05 +00:00
poprhythm
fda2a9b8d8
Update ollama configuration
...
- Add npm-network to ollama and open-webui services
- Add timezone (America/New_York) to both services
- Change open-webui image tag from main to latest
2026-01-31 19:20:50 +00:00
poprhythm
edf45229dc
Add ollama/docker-compose.yml
2026-01-31 19:14:29 +00:00
poprhythm
b721e0108c
Add GPU capabilities
2026-01-29 03:35:17 +00:00
poprhythm
e0c8ce3d8a
Update uptime-kuma/docker-compose.yaml
2026-01-26 15:04:29 +00:00
poprhythm
fddda863de
update mqtt-network
2026-01-25 15:44:51 +00:00
poprhythm
4a0c703fc4
add mqtt-network for uptime-kuma
2026-01-25 15:38:03 +00:00
poprhythm
22166f116a
Merge branch 'main' of https://gitea.kolpacksoftware.com/homelab/docker-infrastructure
2026-01-25 14:45:51 +00:00
poprhythm
73d80ea2b2
uptime-kuma config
2026-01-25 14:43:24 +00:00
poprhythm
d84e412532
Add nginx-proxy-acme
2026-01-25 14:39:16 +00:00
poprhythm
57590e63b1
add claude.md
2026-01-25 14:33:27 +00:00
poprhythm
a76803a4ea
Update couchdb/docker-compose.yml
2026-01-09 19:29:26 +00:00
poprhythm
9f1626b5c3
Update couchdb/docker-compose.yml
2026-01-09 19:27:28 +00:00
poprhythm
a2bb987ea5
Update couchdb/docker-compose.yml
2026-01-09 19:22:24 +00:00
poprhythm
7153f1cd5e
Update couchdb/docker-compose.yml
2026-01-09 19:08:29 +00:00
poprhythm
9691e50075
Update couchdb/docker-compose.yml
2026-01-09 19:06:14 +00:00
poprhythm
6d7567acee
Add couchdb/docker-compose.yml
2026-01-09 18:57:06 +00:00
poprhythm
ec7b34f47a
Merge branch 'main' of https://gitea.kolpacksoftware.com/homelab/docker-infrastructure
2025-12-11 15:08:05 +00:00
poprhythm
752eca99da
Update Syncthing config
2025-12-11 15:07:12 +00:00
poprhythm
3c714c597f
Update dns-updateip/docker-compose.yaml
2025-12-03 02:36:38 +00:00
poprhythm
6ed0a642a4
Update minecraft/docker-compose.yaml
2025-11-30 20:33:59 +00:00
poprhythm
223fea119e
Update mosquitto/docker-compose.yml
2025-11-28 21:01:00 +00:00
poprhythm
1f5c81284d
Add mosquitto/docker-compose.yml
2025-11-28 20:58:13 +00:00
poprhythm
0a87a8c58b
Delete mosquitto
2025-11-28 20:57:57 +00:00
poprhythm
552b4f91ce
Add mosquitto
2025-11-28 20:56:11 +00:00
poprhythm
14fb7b0e93
Update netdata/docker-compose.yaml
...
Fix volume data for under the /srv directory
2025-11-26 19:37:51 +00:00
poprhythm
ac66c130be
Add Netdata compose
2025-11-26 19:32:06 +00:00
poprhythm
e7305f5d4f
Update syncthing/docker-compose.yaml
2025-11-22 04:10:28 +00:00
poprhythm
3c71d007b7
Update syncthing/docker-compose.yaml
2025-11-22 04:07:59 +00:00
poprhythm
be1f6fcf84
Add watchtower/docker-compose.yml
2025-11-15 02:41:15 +00:00
poprhythm
d488e39d98
Update obsidian/docker-compose.yml
2025-11-12 14:19:05 +00:00
poprhythm
cedff64646
Update obsidian/docker-compose.yml
2025-11-12 14:18:01 +00:00
poprhythm
64e415427b
Update backrest/docker-compose.yaml
2025-11-12 14:03:11 +00:00
poprhythm
cd8324e7bc
Update obsidian/docker-compose.yml
2025-11-12 02:49:03 +00:00
poprhythm
923364db4b
Update obsidian/docker-compose.yml
2025-11-12 02:43:44 +00:00
poprhythm
5f489d9b7d
Add obsidian/docker-compose.yml
2025-11-11 02:41:23 +00:00
poprhythm
8dd5407813
Update code-server/docker-compose.yml
2025-11-09 18:05:07 +00:00
poprhythm
3b26127f47
Update grav-popcyclical/docker-compose.yml
2025-11-09 03:03:02 +00:00
poprhythm
00da2d763c
Add grav-popcyclical/docker-compose.yml
2025-11-09 02:48:56 +00:00
poprhythm
6b92006788
Add grav-ksc/docker-compose.yml
2025-11-09 02:46:27 +00:00
poprhythm
903f03a8b9
Delete grav-ksc
2025-11-09 02:46:10 +00:00
poprhythm
f1fb5ee6ce
Add grav-ksc
2025-11-09 02:41:35 +00:00
poprhythm
61f83042a5
Update grav-rmstsa/docker-compose.yml
2025-11-09 02:38:51 +00:00
poprhythm
1726be1366
Update code-server/docker-compose.yml
...
Add glances config
2025-11-05 00:55:35 +00:00
poprhythm
f992154ebc
Update filebrowser-colleen-hd/docker-compose.yml
2025-11-04 13:17:39 +00:00
poprhythm
ea380c8180
Update backrest/docker-compose.yaml
2025-11-03 13:52:33 +00:00
poprhythm
8751726408
Add filebrowser-colleen-hd/docker-compose.yml
2025-11-02 17:38:54 +00:00
poprhythm
c8072382de
Add picoshare/docker-compose.yml
2025-11-01 18:10:03 +00:00
poprhythm
e3b9bb23e2
Update backrest/docker-compose.yaml
2025-10-31 17:34:31 +00:00
poprhythm
0f26802ab2
Update immich/stack.env
2025-10-28 17:29:16 +00:00
poprhythm
058e9e7a02
Add immich/stack.env
2025-10-28 17:24:58 +00:00
poprhythm
1f0644c184
Update immich/docker-compose.yaml
2025-10-28 17:22:32 +00:00
poprhythm
3024340608
Update code-server/docker-compose.yml
2025-10-28 14:55:39 +00:00
poprhythm
f3780ff907
Delete qbittorrent/docker-compose.yaml
2025-10-28 14:54:08 +00:00
poprhythm
6fee31b0ed
Update memory limit
2025-10-28 14:01:01 +00:00
poprhythm
330eb62db0
Update syncthing/docker-compose.yaml
2025-10-27 13:09:11 +00:00
poprhythm
46c06461a1
Add syncthing/docker-compose.yaml
2025-10-27 12:52:28 +00:00
poprhythm
a65cf7ea1e
Add dns-updateip/docker-compose.yaml
2025-10-14 16:22:10 +00:00
poprhythm
e863118d83
Add torrents/docker-compose.yaml
2025-10-14 16:20:58 +00:00
poprhythm
b7728c6bf2
Add tidbyt/docker-compose.yaml
2025-10-14 16:20:13 +00:00
poprhythm
0ca451f456
Add quizmaster/docker-compose.yaml
2025-10-14 16:19:33 +00:00
poprhythm
644e0b7c57
Update plex/docker-compose.yaml
2025-10-14 16:18:31 +00:00
poprhythm
d24a2dbc21
Update nginx-proxy-manager/docker-compose.yaml
2025-10-14 16:17:59 +00:00
poprhythm
bbf0a88cf0
Update linkding/docker-compose.yaml
2025-10-14 16:17:04 +00:00
poprhythm
866e8d3879
Add leafweb/docker-compose.yml
2025-10-14 16:16:45 +00:00
poprhythm
95cbaad009
Update homebox/docker-compose.yaml
2025-10-14 16:15:39 +00:00
poprhythm
d38d2007a5
Add grav-rmstsa/docker-compose.yml
2025-10-14 16:15:20 +00:00
poprhythm
8da2311717
Update gitea/docker-compose.yaml
2025-10-14 16:13:55 +00:00
poprhythm
cef5bee240
Update dashy/docker-compose.yml
2025-10-14 16:13:36 +00:00
poprhythm
5a03e7c0e4
Update code-server/docker-compose.yml
2025-10-14 16:13:15 +00:00
poprhythm
d3f90c930a
Update calibre/docker-compose.yaml
2025-10-14 16:12:27 +00:00
poprhythm
47c938748e
Update backrest/docker-compose.yaml
2025-10-14 16:11:58 +00:00
poprhythm
d59d5c1f1a
Update authentik/docker-compose.yml
2025-10-14 16:11:39 +00:00
poprhythm
5b61f0d346
Add authentik/docker-compose.yml
2025-09-22 02:21:36 +00:00
poprhythm
85404b6e72
Update backrest/docker-compose.yaml
2025-09-21 01:50:33 +00:00
poprhythm
8d03f2a44f
Add code-server/docker-compose.yml
2025-09-21 01:34:01 +00:00