Andrés
Andrés
I think it's the same issue as this https://github.com/xamarin/amazon/issues/2 I may take a look this weekend
That wouldn't work... the original itext is licensed under AGPL and that license is not compatible with the App Store license. Any app built using iText even if released with...
> Hi, thanks for your suggestion. Can you tell me which applications you are seeing issues with ? > > I like to keep things as simple as possible so...
Probably the files are in a read only location then On Thu, Feb 14, 2019 at 10:04 AM Wellvergton Marques < [email protected]> wrote: > Yes. The strange thing is that...
I am getting 404s too. If I delete the embedded outpost and restart my container it's recreated. Then I get this when I try https://auth.domain/outpost.goauthentik.io  As soon as I...
upgraded to the latest version that doesn't require a db update, I still get this 
@Schachte the issue is with the embedded outpost. I actually added another outpost to the same docker compose file and got everything working with that other outpost. I tried on...
This is my docker-compose.yml ```yml services: postgresql: image: docker.io/library/postgres:12-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] start_period: 20s interval: 30s retries: 5 timeout: 5s volumes: - database:/var/lib/postgresql/data...