InfBoumcyCastle
InfBoumcyCastle
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
Looks like it's worthy a wallos issue
13 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
one thing to test would be to use another timezone for testing. maybe its something with yours and the way wallos uses / sources it. i mean there would be a lot issues on github if this would not work generally i guess
13 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
hmm. i would blame wallos in that regard. there is a similar issue https://github.com/ellite/Wallos/issues/291 that never really got a solution.
13 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
No description
13 replies
RRuntipi
Created by Meisner on 2/13/2025 in #🙋🏼・help
Wallos seemingly not applying TZ
i just checked. the wallos app has the environment var set to the specs of wallos. please post the output of ./runtipi-cli debug
13 replies
RRuntipi
Created by patrickdronk on 2/5/2025 in #🙋🏼・help
Wordpress configuration
edit: just re-read its about traefik appearantly - so just in case its nginx/wordpress the following would help: something like that should help
services:
wordpress:
volumes:
- ${APP_DATA_DIR}/data/conf.d:/etc/nginx/conf.d
services:
wordpress:
volumes:
- ${APP_DATA_DIR}/data/conf.d:/etc/nginx/conf.d
conf.d :
client_max_body_size 64M
client_max_body_size 64M
8 replies
RRuntipi
Created by Meisner on 1/28/2025 in #🙋🏼・help
help understanding which domains are given a certificate
well than its not "ootb" anymore though 😉 - but as long as you did not have configured wildcard certs - the above is still the case 🙂
6 replies
RRuntipi
Created by Meisner on 1/28/2025 in #🙋🏼・help
help understanding which domains are given a certificate
If you are using tipi ootb, then all the DNS names of the apps have their own cert.
6 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
i think both is possible for the initial setup ... http and https
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
i am not so sure about that: https://docs.goauthentik.io/docs/install-config/install/docker-compose#startup
To start the initial setup, navigate to http://<your server's IP or hostname>:9000/if/flow/initial-setup/. info You will get Not Found error if initial setup URL doesn't include the trailing forward slash /. Make sure you use the complete url (http://<your server's IP or hostname>:9000/if/flow/initial-setup/) including the trailing forward slash.
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
i think the 9000 port can be the traefik AND the ui-port. but the port 9443 could also be used by other components directly w/o using traefik - that would not have to have an ui option in tipi
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
not necessarily
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
traefik to 9000.
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
if yes, then onr of them should be changed to the original one 8770 which translates to 9000 inside the container
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
1.: config.json: "port": 9443, 2. docker-compose.json: "addPorts": [ - "hostPort": 9443, ? is my assumption correct?
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
am i correct, that in the current config you would have tipi try and expose the port 9443 two times?
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
i have no idea if the compose even was touched in sync with the json tbh
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
the port in config.json should stay as it was at 8770 like before (or if free 9000, which would be 1:1 authentik port, but would be not the original tipi port)
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
you now have:
"port": 9443,
"port": 9443,
"addPorts": [
{
"hostPort": 9443,
"containerPort": 9443
}
],
"addPorts": [
{
"hostPort": 9443,
"containerPort": 9443
}
],
which than results in two times exposing port 9443
64 replies
RRuntipi
Created by frankynov on 1/21/2025 in #🙋🏼・help
Authentik update 2024.12.2 (bis) not working
@Nicolas i think the latest change introduced another error, thatswhy @frankynov got this new eror
64 replies