mikekuzak

Results 31 comments of mikekuzak

Is there any solution, or proposal how to tackle this ?

@emerkle826 have you been able to diagnose the problem? anything I can help, logs, traces? Thanks

+1 without SSH keys this is ```no bueno```

Using Docker Env variables should work too, right ? ``` ntfy: image: binwiederhier/ntfy:${NTFY_VERSION} container_name: ntfy command: - serve environment: TZ: "Europe/London" NTFY_BASE_URL: "https://${NTFY_FQDN}" NTFY_UPSTREAM_BASE_URL: "https://ntfy.sh" # Needed for iOS to...

So just that I understand this correctly, on the Nfty server: ``` NTFY_BASE_URL: "https://myntfy.com" NTFY_UPSTREAM_BASE_URL: "https://ntfy.sh" ``` What are the settings on the ios app ? Default server: https://ntfy.sh but...

well my confusion here is statement from the author: `The upstream-base-url must be configured to match exactly what you have configured as a default base URL in your iOS app....

@wunter8 https://github.com/binwiederhier/ntfy/issues/880#issuecomment-1828949447

https://github.com/k8ssandra/k8ssandra/blob/main/charts/k8ssandra/templates/stargate/stargate.yaml#L107

@cherylking Hi, sorry for not being explicit enough. In the server.xml I have a JNDI entry ` ` The POM file is using filers: ` ${project.basedir}/src/main/filters/${environment}.properties ` For example the...