No description
  • Python 64%
  • Jinja 33.5%
  • Nix 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-25 15:28:11 +00:00
templates stuff 2026-06-25 14:51:35 +02:00
.envrc first commit 2026-06-19 13:49:57 +02:00
.gitignore first commit 2026-06-19 13:49:57 +02:00
amt.db big updates 2026-06-23 23:16:55 +02:00
db.py big updates 2026-06-24 13:08:25 +02:00
flake.lock first commit 2026-06-19 13:49:57 +02:00
flake.nix misc 2026-06-25 17:27:50 +02:00
main.py stuff 2026-06-25 14:51:35 +02:00
models.py stuff 2026-06-25 14:51:35 +02:00
pyproject.toml xd 2026-06-25 17:25:06 +02:00
README.md Update README.md 2026-06-25 15:28:11 +00:00
updater.py add nixos service 2026-06-25 16:17:06 +02:00
utils.py stuff 2026-06-25 14:51:35 +02:00

curl -X POST http://localhost:2019/config/apps/http/servers/srv0/routes \
  -H "Content-Type: application/json" \
  -d '{
    "match": [{"host": ["tma.rcastellotti.dev"]}],
    "handle": [
      {
        "handler": "reverse_proxy",
        "upstreams": [{"dial": "127.0.0.1:5000"}]
      }
    ]
  }'
gunicorn --bind 0.0.0.0:9075 --workers 4 main:app