Matt
Matt
PPostiz
Created by Support on 1/5/2025 in #💭│community-support-tickets
Ticket: "TypeError: Failed to Fetch" on Signup - Docker Setup
No description
12 replies
PPostiz
Created by Support on 1/5/2025 in #💭│community-support-tickets
Ticket: "TypeError: Failed to Fetch" on Signup - Docker Setup
I don't have any experience with unraided and swag, but you basically have to point the domain on port 443 (https) to localhost on port 5000
12 replies
PPostiz
Created by Support on 1/5/2025 in #💭│community-support-tickets
Ticket: "TypeError: Failed to Fetch" on Signup - Docker Setup
r2 is well documented, its not too difficult
12 replies
PPostiz
Created by Support on 1/5/2025 in #💭│community-support-tickets
Ticket: "TypeError: Failed to Fetch" on Signup - Docker Setup
use a domain like postiz.homelab.local and use R2 storage cloudflare when hosting locally otherwise you might encounter issues
12 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
If i set STORAGE_PROVIDER: "cloudfare" i get error 502 everywhere now lol
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
@m4rk did you manage to get your one running using r2?
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
This one is for local storage and I can post but just images fail: services: postiz: image: ghcr.io/gitroomhq/postiz-app:latest container_name: postiz restart: always environment: # You must change these. Replace postiz.your-server.com with your DNS name - what your web browser sees. MAIN_URL: "https://postiz.f3.local" FRONTEND_URL: "https://postiz.f3.local" NEXT_PUBLIC_BACKEND_URL: "https://postiz.f3.local/api" JWT_SECRET: "dnkhfhweqhkqw95812nkasdldas012nbasbjdasjwhkasdpowpaodsanmcasdxdtgkej" # These defaults are probably fine, but if you change your user/password, update it in the # postiz-postgres or postiz-redis services below. DATABASE_URL: "postgresql://postiz-user:postiz-password@Postiz-postgres:5432/postiz-db-local" REDIS_URL: "redis://postiz-redis:6379" BACKEND_INTERNAL_URL: "http://localhost:3000" IS_GENERAL: "true" # Required for self-hosting. # The container images are pre-configured to use /uploads for file storage. # You probably should not change this unless you have a really good reason! CLOUDFLARE_ACCOUNT_ID: "70577511ce1805d2b3cd16b763eb6088" CLOUDFLARE_ACCESS_KEY: "aae68345c2ea4748ab24f7e028f1d8a3" CLOUDFLARE_SECRET_ACCESS_KEY: "b9934770462065e7a64254a87bcbf443b6f961e910e648ac660959262da629da" CLOUDFLARE_BUCKETNAME: "postiz" CLOUDFLARE_BUCKET_URL: "https://pub-32e500d14cc3415f990e226d78bb1f1c.r2.dev/" CLOUDFLARE_REGION: "WEUR" STORAGE_PROVIDER: "local" UPLOAD_DIRECTORY: "/uploads" NEXT_PUBLIC_UPLOAD_DIRECTORY: "/uploads" volumes: - postiz-config:/config/ - postiz-uploads:/uploads/
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
That's my cloudfare test - this one doesn't work at all. I get storage errors when trying to post services: postiz: image: ghcr.io/gitroomhq/postiz-app:latest container_name: postiz restart: always environment: # You must change these. Replace postiz.your-server.com with your DNS name - what your web browser sees. MAIN_URL: "https://postiz.f3.local" FRONTEND_URL: "https://postiz.f3.local" NEXT_PUBLIC_BACKEND_URL: "https://postiz.f3.local/api" JWT_SECRET: "dnkhfhweqhkqw95812nkasdldas012nbasbjdasjwhkasdpowpaodsanmcasdxdtgkej" # These defaults are probably fine, but if you change your user/password, update it in the # postiz-postgres or postiz-redis services below. DATABASE_URL: "postgresql://postiz-user:postiz-password@Postiz-postgres:5432/postiz-db-local" REDIS_URL: "redis://postiz-redis:6379" BACKEND_INTERNAL_URL: "http://localhost:3000" IS_GENERAL: "true" # Required for self-hosting. # The container images are pre-configured to use /uploads for file storage. # You probably should not change this unless you have a really good reason! CLOUDFLARE_ACCOUNT_ID: "xxx" CLOUDFLARE_ACCESS_KEY: "xxx" CLOUDFLARE_SECRET_ACCESS_KEY: "xxxx" CLOUDFLARE_BUCKETNAME: "postiz" CLOUDFLARE_BUCKET_URL: "https://xxxx.r2.dev/" CLOUDFLARE_REGION: "WEUR" volumes: - postiz-config:/config/ - postiz-uploads:/uploads/ ports: - 5000:5000 networks: - postiz-network depends_on: postiz-postgres: condition: service_healthy postiz-redis: condition: service_healthy
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
I can't send the whole one because discord limits message lenghts -_-
40 replies
PPostiz
Created by Support on 1/2/2025 in #💭│community-support-tickets
Ticket: Login issues after account creation on Synology NAS
did you deploy the app few times by any chance from the same docker compose yml file?
8 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
I can't get R2 to working at all to even test it
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
I used Caddy on the ubuntu, on synology I use the standard reverse proxy that comes with it
40 replies
PPostiz
Created by Support on 12/11/2024 in #💭│community-support-tickets
Ticket: Media Attachment Causes Post Failure - TypeError: fetch failed
@m4rk I tried using R2 and the images don't even get uploaded to the bucket. There seems to be some issues on the code end tbh
26 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
Tested this on ubuntu vm instead of synology containers, and getting the same issue - not sure if we are missing something or there's an issue with the application
40 replies
PPostiz
Created by Support on 12/29/2024 in #💭│community-support-tickets
Ticket: Error: Posting Images to X - getaddrinfo enotfound
No description
40 replies
PPostiz
Created by Support on 12/30/2024 in #💭│community-support-tickets
Ticket: Can't access frontend despite running Docker container
No description
4 replies
PPostiz
Created by Support on 12/30/2024 in #💭│community-support-tickets
Ticket: Can't access frontend despite running Docker container
No description
4 replies