Junv (via Hermes) 2679287543 demo-service: add three-tier visibility (disabled/internal/public)
- Replace old enabled/published fields with single visibility field:
  - disabled → 404 for everyone (admin sees in admin UI only)
  - internal → 192.168.1.x access without auth; external → 404
  - public → anyone can access
- Admin users can see all sites via admin UI regardless of visibility
- Add /api/sites/{name}/visibility endpoint to change visibility
- Keep backward-compat enable/disable/publish/unpublish endpoints
- Database auto-migration from old enabled+published to new visibility
- NFS-safe sync_visibility hides/shows index.html per mode
2026-07-13 10:23:29 +10:00
2023-04-09 09:48:01 +10:00
2026-04-08 11:55:03 +10:00
2025-12-11 13:45:31 +11:00
2025-12-01 13:40:19 +11:00
2026-02-01 09:14:30 +11:00
2025-04-11 14:08:33 +10:00
2023-10-04 11:04:01 +11:00
2026-07-04 11:34:02 +10:00
2023-01-13 22:45:32 +11:00
2026-06-13 15:16:10 +10:00
2022-04-22 10:44:32 +10:00
2026-07-04 11:34:02 +10:00
2025-01-21 16:58:26 +11:00
2026-01-30 07:11:17 +11:00
2026-07-04 11:34:02 +10:00
2025-04-11 22:01:46 +10:00
2025-04-11 21:24:25 +10:00
2023-03-08 09:56:02 +11:00
2023-10-04 11:04:01 +11:00
2025-04-11 21:24:25 +10:00
2025-04-12 00:18:25 +10:00
2022-04-05 15:27:52 +10:00
2022-04-07 19:20:36 +10:00
2020-05-24 16:56:40 +10:00
2026-04-01 19:54:01 +11:00
2026-05-03 15:28:58 +10:00
2024-10-01 23:29:12 +10:00
2025-05-11 09:14:52 +10:00
2025-05-11 09:14:52 +10:00
2026-01-30 07:11:17 +11:00
2024-10-01 23:29:12 +10:00
2025-04-12 08:18:52 +10:00
2023-04-18 12:10:35 +10:00
2025-04-11 22:01:46 +10:00

Home docker

Containers my home media server set up

Fix home-server running out of disk

# Remove dangling images
sudo k3s crictl rmi --prune

# Clean stopped containers
sudo k3s crictl rm $(sudo k3s crictl ps -a -q --state exited)

S
Description
No description provided
Readme
1.8 MiB
Languages
Python 30.9%
Shell 27.2%
HCL 21.5%
HTML 19%
Dockerfile 1.3%
Other 0.1%