Gabriel Murk
Gabriel Murk
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
if you need a easy fix just create a docker-compose.yml file on runtipi/user-config/wallos:
services:
wallos:
volumes:
- /etc/timezone:/etc/timezone:ro
services:
wallos:
volumes:
- /etc/timezone:/etc/timezone:ro
18 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I'll take a look at that. Thank you very much for the help.
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
Which Linux base do you use to install runtipi?
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I did this once, but I'm still going to test it with this video tutorial. I believe it will work. In the case of traefik, there may be some configuration that is missing. But this is a virtual test machine that I have. I'll create another one from scratch and try again
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
Yes, I tried
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I have already tried all these alternatives. I believe it is related to the IP defined in DuckDNS. As I saw a video that worked like this, set the local ip on duckdns, I tried to reproduce it in runtipi.
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
try this one
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
My traefik.yml was like that:
api:
dashboard: true
insecure: true

providers:
docker:
endpoint: 'unix:///var/run/docker.sock'
watch: true
exposedByDefault: false
file:
directory: /etc/traefik/dynamic
watch: true

entryPoints:
web:
address: ':80'
websecure:
address: ':443'

certificatesResolvers:
myresolver:
acme:
caServer: 'https://acme-staging-v02.api.letsencrypt.org/directory' #staging
#caServer: 'https://acme-v02.api.letsencrypt.org/directory' #produção
email: '[email protected]' # Needed for Let's Encrypt
storage: /shared/acme.json
dnsChallenge:
provider: duckdns
delayBeforeCheck: '0'
resolvers: # Needed in case of you use an internal resolver in your network and have custom
- '1.1.1.1:53'
- '8.8.8.8:53'

log:
level: INFO
api:
dashboard: true
insecure: true

providers:
docker:
endpoint: 'unix:///var/run/docker.sock'
watch: true
exposedByDefault: false
file:
directory: /etc/traefik/dynamic
watch: true

entryPoints:
web:
address: ':80'
websecure:
address: ':443'

certificatesResolvers:
myresolver:
acme:
caServer: 'https://acme-staging-v02.api.letsencrypt.org/directory' #staging
#caServer: 'https://acme-v02.api.letsencrypt.org/directory' #produção
email: '[email protected]' # Needed for Let's Encrypt
storage: /shared/acme.json
dnsChallenge:
provider: duckdns
delayBeforeCheck: '0'
resolvers: # Needed in case of you use an internal resolver in your network and have custom
- '1.1.1.1:53'
- '8.8.8.8:53'

log:
level: INFO
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
In the dashboard, did you define the domain name?
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
He give to you only the xxxx.duckdns.org not the *.xxxx.duckdns.org?
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
Nice
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
Does your certificate appear to have been created by let's encrypt?
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I'm on cgnat
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
No description
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I'm trying to make it work only locally
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
I'm talking about this configuration
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
your current ip on duckdns is your local ip?
61 replies
RRuntipi
Created by Otar on 9/1/2024 in #🙋🏼・help
DNS challenge and wildcard certificates
My tipi-compose now is this:
services:
runtipi-reverse-proxy:
environment:
DUCKDNS_TOKEN: /root/runtipi/user-config/segredos/duckdns_api_token
DUCKDNS_HTTP_TIMEOUT: 30
DUCKDNS_POLLING_INTERVAL: 30
DUCKDNS_PROPAGATION_TIMEOUT: 180
DUCKDNS_SEQUENCE_INTERVAL: 30
DUCKDNS_TTL: 120
secrets:
- duckdns_api_token

secrets:
duckdns_api_token:
file: /root/runtipi/user-config/segredos/duckdns_api_token.txt
services:
runtipi-reverse-proxy:
environment:
DUCKDNS_TOKEN: /root/runtipi/user-config/segredos/duckdns_api_token
DUCKDNS_HTTP_TIMEOUT: 30
DUCKDNS_POLLING_INTERVAL: 30
DUCKDNS_PROPAGATION_TIMEOUT: 180
DUCKDNS_SEQUENCE_INTERVAL: 30
DUCKDNS_TTL: 120
secrets:
- duckdns_api_token

secrets:
duckdns_api_token:
file: /root/runtipi/user-config/segredos/duckdns_api_token.txt
61 replies