This repository has been archived on 2025-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
excellon-config/caddy/Caddyfile

56 lines
980 B
Text
Raw Normal View History

2025-01-19 17:56:01 -06:00
{
debug
}
2025-03-28 13:08:48 -05:00
*.akeley.tech {
tls {
dns namecheap {
api_key af43a35060854eb98fd0c0837113a384
user bakeley
api_endpoint https://api.namecheap.com/xml.response
2025-10-05 12:12:41 -05:00
# client_ip 70.112.209.162
client_ip 172.58.55.28
2025-01-19 17:56:01 -06:00
}
2025-03-28 13:08:48 -05:00
}
@actual host actual.akeley.tech
handle @actual {
reverse_proxy actual:5006
}
@miniflux host miniflux.akeley.tech
handle @miniflux {
reverse_proxy miniflux:8080
}
@forgejo host forgejo.akeley.tech
handle @forgejo {
reverse_proxy forgejo:3000
}
@plex host plex.akeley.tech
handle @plex {
reverse_proxy plex:32400
}
2025-01-19 17:56:01 -06:00
2025-03-28 13:08:48 -05:00
@jellyfin host jellyfin.akeley.tech
handle @jellyfin {
reverse_proxy jellyfin:8096
}
@sonarr host sonarr.akeley.tech
handle @sonarr {
2025-03-28 14:38:56 -05:00
reverse_proxy sonarr:8989
}
2025-08-02 19:31:44 -05:00
@sftp host sftp.akeley.tech
handle @sftp {
2025-08-02 19:49:23 -05:00
reverse_proxy sftpgo:8080
2025-08-02 19:31:44 -05:00
}
2025-10-05 12:12:41 -05:00
@immich host immich.akeley.tech
handle @immich {
reverse_proxy immich-server:2283
}
2025-01-19 17:56:01 -06:00
}