Meisner
Meisner
RRuntipi
Created by Meisner on 1/28/2025 in #🙋🏼・help
help understanding which domains are given a certificate
dont have an issue just need help understanding the expected behaviour. i have dns in cloudflare and have setup the 2 entries pointing at my IP. (sub.domain.com) & (*.sub.domain.com). Then i have several apps setup that use app.sub.domain.com I just got an email from le saying cert for *.sub.domain.com was expiring soon. So my question is in runtipi's strucutre does that need a cert (i dont think it does), I believe the *. only had a cert from my previous deployment of cloudron that was using the same sub domain... but that being said I don't know... hence my question 🙂
6 replies
RRuntipi
Created by Meisner on 12/3/2024 in #🙋🏼・help
recommendation for nas mount for dockage app access
I have dockage installed and have cloned a notion backup docker app (https://github.com/digitalgenesiskompound/notion-backup) inside dockage app-data stacks folder. (just noting how i was assembling things in case i am mistaken) i need to mount a nas share to point the backups two (i will also later be wanting to point or rsync the tipi backups there as well). I believe i should mount the nas share within runtipi/media/ any recommendation as to nfs vs smb/cifs? just using fstab? do i need to do anything to the mount point in that location to allow the dockage hosted app to access it or am i correct that runtipi/media/ is accessible to all apps? please excuse any ignorance.
5 replies
RRuntipi
Created by Meisner on 11/29/2024 in #🙋🏼・help
n8n GENERIC_TIMEZONE environment value not applying correctly
By default n8n uses America/New York timezone, this is used by scheduling nodes and also shows as the selected timezone in each workflows settings: "Default:America/New York" is what is says. To change this you set the required timezone as an environment variable. This should get teh schedule/cron nodes running atthe correct time, change the default workflow timezone etc. I have tried every variation I can think of but cannot get it to apply correctly when running n8n in tipi. I have set it these ways: - directly in the docker-compose.yml for n8n-1 - as a reference in the yml to the app.env - using a user-config yml and app.env both coded directly into the yml or again referencing the .env It appears the timezone is applying for the schedule nodes and when using now() it is returning in the correct timezone. But the workflow time default value will not change, which makes me quesiton where else it is not applying. I have a post on n8n community running as well to see if I can get any input there - https://community.n8n.io/t/timezone-setting-doesnt-take-effect/63400
46 replies