7ekhed
7ekhed
69th issue ;) nice
> Did you disable any Cloudflare caching for your nas subdomain? No I didn't, I didn't know I could do that! How do I disable this? Would this ultimately fix...
> It fixed a video upload issue for me on Synology Photo. Apparently Cloudflare has issues uploading large video files through a proxied/cached subnet for free tier accounts. > >...
Wow, you guys actually took action on an idea of mine.... That's a first!!! Thank you SO much for doing this!!
Outline Config: URL = PublicFacingURL:PublicFacingPort The URL and domain that you are using to host this with the port of the site is what should be filled within the outline...
Hey there G, Are you trying to access the site from an external domain? like a notes.yourdomain.com? If so, in the scripts/config.sh, where it's setting up the outline-config and is...
> ok quick update - i got it to work (somehow) but when creating a new document i always have to wait a minute or two for it to be...
@steveberger-eww Wassup G, Main differences I am seeing, URL=https://subdomain.url.com should be | URL=https://subdomain.url.com:443 HTTP_IP=0.0.0.0 HTTP_PORT_IP=8888 Please try modifying these and running "make stop" "make clean-data"(ONLY IF YOU HAVE NO DATA,...
> ``` > > FILE_STORAGE=local > > URL=http://outline.mydomain.com:443 > DEFAULT_LANGUAGE=en_US > LANGUAGE_CODE=en-us > TIME_ZONE=UTC > FORCE_HTTPS=false > ALLOWED_DOMAINS=mydoamin.com > OUTLINE_VERSION=0.74.0 > POSTGRES_VERSION=15.2-alpine3.17 > MINIO_VERSION=RELEASE.2022-11-17T23-20-09Z > MINIO_MC_VERSION=RELEASE.2022-11-17T21-20-39Z > HTTP_IP=10.0.0.23 > HTTP_PORT_IP=8888...
> I faced same issue and solved it by changing docker-compose.yml. > > ``` > wk-outline: > image: outlinewiki/outline:${OUTLINE_VERSION} > command: sh -c "yarn db:migrate --env production-ssl-disabled && yarn start"...