justme
justme
RRuntipi
Created by rauldo on 4/7/2025 in #🙋🏼・help
redirecting an app installed with portainer
Works flawlessly now, thank you very much for the project
22 replies
RRuntipi
Created by rauldo on 4/7/2025 in #🙋🏼・help
redirecting an app installed with portainer
For future readers: You of course have to set the URL in APP_DOMAIN under the environment variables :SCfall:
22 replies
RRuntipi
Created by rauldo on 4/7/2025 in #🙋🏼・help
redirecting an app installed with portainer
Nevermind :D
22 replies
RRuntipi
Created by rauldo on 4/7/2025 in #🙋🏼・help
redirecting an app installed with portainer
Am I doing something wrong? Any help would be greatly appreciated. 😅 I can access it over the local network with the local ip address and port. But when I try to open aiostreams.domain.tld I just get to the runtipi login page (nothing happens when pressing sign in).
22 replies
RRuntipi
Created by rauldo on 4/7/2025 in #🙋🏼・help
redirecting an app installed with portainer
Hi, I hope it is okay that I'm hijacking this tread, since I basically wanted to ask the same question & tried following the instructions listed here. I am trying to deploy AIOStreams (https://github.com/Viren070/AIOStreams) and have adjusted the configuration like so:
version: "3.8"

services:
aiostreams:
image: ghcr.io/viren070/aiostreams:latest
container_name: aiostreams
restart: unless-stopped
ports:
- 3000:3000
env_file:
- stack.env
healthcheck:
test: wget -qO- http://localhost:3000/health
interval: 1m
timeout: 10s
retries: 5
start_period: 10s
networks:
- tipi_main_network
labels:
# Main
traefik.enable: true
traefik.http.middlewares.aiostreams-web-redirect.redirectscheme.scheme: https
traefik.http.services.aiostreams.loadbalancer.server.port: 3000
# Web
traefik.http.routers.aiostreams-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.aiostreams-insecure.entrypoints: web
traefik.http.routers.aiostreams-insecure.service: aiostreams
traefik.http.routers.aiostreams-insecure.middlewares: aiostreams-web-redirect
# Websecure
traefik.http.routers.aiostreams.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.aiostreams.entrypoints: websecure
traefik.http.routers.aiostreams.service: aiostreams
traefik.http.routers.aiostreams.tls.certresolver: myresolver
# Local domain
traefik.http.routers.aiostreams-local-insecure.rule: Host(`aiostreams.${LOCAL_DOMAIN}`)
traefik.http.routers.aiostreams-local-insecure.entrypoints: web
traefik.http.routers.aiostreams-local-insecure.service: aiostreams
traefik.http.routers.aiostreams-local-insecure.middlewares: aiostreams-web-redirect
# Local domain secure
traefik.http.routers.aiostreams-local.rule: Host(`aiostreams.${LOCAL_DOMAIN}`)
traefik.http.routers.aiostreams-local.entrypoints: websecure
traefik.http.routers.aiostreams-local.service: aiostreams
traefik.http.routers.aiostreams-local.tls: true

networks:
tipi_main_network:
name: runtipi_tipi_main_network
external: true
version: "3.8"

services:
aiostreams:
image: ghcr.io/viren070/aiostreams:latest
container_name: aiostreams
restart: unless-stopped
ports:
- 3000:3000
env_file:
- stack.env
healthcheck:
test: wget -qO- http://localhost:3000/health
interval: 1m
timeout: 10s
retries: 5
start_period: 10s
networks:
- tipi_main_network
labels:
# Main
traefik.enable: true
traefik.http.middlewares.aiostreams-web-redirect.redirectscheme.scheme: https
traefik.http.services.aiostreams.loadbalancer.server.port: 3000
# Web
traefik.http.routers.aiostreams-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.aiostreams-insecure.entrypoints: web
traefik.http.routers.aiostreams-insecure.service: aiostreams
traefik.http.routers.aiostreams-insecure.middlewares: aiostreams-web-redirect
# Websecure
traefik.http.routers.aiostreams.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.aiostreams.entrypoints: websecure
traefik.http.routers.aiostreams.service: aiostreams
traefik.http.routers.aiostreams.tls.certresolver: myresolver
# Local domain
traefik.http.routers.aiostreams-local-insecure.rule: Host(`aiostreams.${LOCAL_DOMAIN}`)
traefik.http.routers.aiostreams-local-insecure.entrypoints: web
traefik.http.routers.aiostreams-local-insecure.service: aiostreams
traefik.http.routers.aiostreams-local-insecure.middlewares: aiostreams-web-redirect
# Local domain secure
traefik.http.routers.aiostreams-local.rule: Host(`aiostreams.${LOCAL_DOMAIN}`)
traefik.http.routers.aiostreams-local.entrypoints: websecure
traefik.http.routers.aiostreams-local.service: aiostreams
traefik.http.routers.aiostreams-local.tls: true

networks:
tipi_main_network:
name: runtipi_tipi_main_network
external: true
22 replies
UBUniversal Blue
Created by justme on 10/6/2024 in #🛟bazzite-help
Issue with on-board Intel AX200 WiFi
Any help would be greatly appreciated :thumbsupcat:
4 replies
UBUniversal Blue
Created by justme on 10/6/2024 in #🛟bazzite-help
Issue with on-board Intel AX200 WiFi
No description
4 replies
UBUniversal Blue
Created by justme on 10/5/2024 in #🛟bazzite-help
Second monitor not working with some refresh rates
(I do have a Nvidia GPU though, not AMD)
10 replies
UBUniversal Blue
Created by justme on 10/5/2024 in #🛟bazzite-help
Second monitor not working with some refresh rates
Indeed, I checked and it’s a HDMI 2.1 cable. Weird, since 2.0 should also support that Resolution/Refresh rate but with a Displayport cable the problem vanished instantly. Thanks!
10 replies
UBUniversal Blue
Created by justme on 10/5/2024 in #🛟bazzite-help
Second monitor not working with some refresh rates
No description
10 replies
UBUniversal Blue
Created by justme on 10/5/2024 in #🛟bazzite-help
Second monitor not working with some refresh rates
No description
10 replies