How to make natively installed apps accessible via URL?
Hi,
just a tiny question. I have AMP (https://cubecoders.com/AMP) installed on the same server as Runtipi.
How can I make the AMP website accessible via the integrated reverse proxy? So it's accessible at amp.domain.tld.
Right now it only opens the Runtipi dashboard. I don't think it's possible via the GUI?
Any help would be greatly appreciated. Thank you! :OathBlank:
CubeCoders AMP
The powerful but simple to use game server control panel. Supports both Windows and Linux, easy to install and supports dozens of game servers and applications.
3 Replies
You will probably need to use the dynamic traefik config file
Located in
traefik/dynamic/dynamic.yml
you'll need a router and a service - something like "service01" in my example:
https://github.com/falkheiland/user-config/blob/bc16fd44a7331ec6e4190f90df77aa26afe68a1d/traefik/etc/dynamic/dynamic.yml#L129
hey so, go to /runtipi/traefik/dynamic and create a file, you can name it amp.yaml and place the contents:
assuming you have all setup with let'sencrypt that'll do it