Ketseum
Ketseum
PPostiz
Created by Support on 1/23/2025 in #💭│community-support-tickets
Ticket: Unauthorized Cookie Error on Synology Domain
no i have the same issue, still have some problem with Synology
6 replies
PPostiz
Created by Support on 1/3/2025 in #💭│community-support-tickets
Ticket: GitroomHQ Postiz App Issue #512 Help Request
@xcons can we close this ticket plz ?
10 replies
PPostiz
Created by Support on 1/1/2025 in #💭│community-support-tickets
Ticket: Issue with .env & yml setup on Synology NAS
@BoondockKid my friend, can we close the ticket ?
52 replies
PPostiz
Created by Support on 1/5/2025 in #💭│community-support-tickets
Ticket: Choosing VPS for Automating 200 Instagram Accounts
I agree with @m4rk !
16 replies
PPostiz
Created by Support on 1/8/2025 in #💭│community-support-tickets
Ticket: Issue Creating Account on Local Installation
Can you share your docker-compose @Drew ?
9 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
@Nevo David can you help on this?
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
also I check my database, my user is create
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
services:
db:
image: postgres:17
container_name: Postiz-DB
hostname: postiz-db
mem_limit: 1g
cpu_shares: 1024
security_opt:
- no-new-privileges:true
healthcheck:
test: ["CMD", "pg_isready", "-q", "-d", "postiz", "-U", "postizuser"]
timeout: 45s
interval: 10s
retries: 10
volumes:
- /volume1/docker/postiz/db:/var/lib/postgresql/data:rw
environment:
POSTGRES_DB: postiz
POSTGRES_USER: postizuser
POSTGRES_PASSWORD: postizpass
restart: on-failure:5

postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
container_name: Postiz
restart: on-failure:5
environment:
MAIN_URL: "https://postiz.domain.me"
FRONTEND_URL: "https://postiz.domain.me"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.domain.me/api"
BACKEND_INTERNAL_URL: http://localhost:3000
JWT_SECRET: mykey
EMAIL_PROVIDER: "nodemailer"
EMAIL_HOST: "CONFIDENTIAL"
EMAIL_PORT: "465"
EMAIL_SECURE: "true"
EMAIL_USER: "CONFIDENTIAL"
EMAIL_FROM_NAME: "CONFIDENTIAL"
EMAIL_FROM_ADDRESS: "CONFIDENTIAL"
EMAIL_PASS: "CONFIDENTIAL"
DATABASE_URL: postgresql://postizuser:postizpass@postiz-db:5432/postiz
REDIS_URL: redis://postiz-redis:6379
IS_GENERAL: true
STORAGE_PROVIDER: local
UPLOAD_DIRECTORY: /uploads
NEXT_PUBLIC_UPLOAD_DIRECTORY: /uploads
volumes:
- /volume1/docker/postiz/config:/config/:rw
- /volume1/docker/postiz/uploads:/uploads/:rw
ports:
- 5488:5000
depends_on:
db:
condition: service_healthy
redis:
condition: service_healthy

redis:
image: redis:7.2
container_name: Postiz-REDIS
restart: on-failure:5
healthcheck:
test: redis-cli ping
interval: 10s
timeout: 3s
retries: 3
volumes:
- /volume1/docker/postiz/redis:/data:rw
services:
db:
image: postgres:17
container_name: Postiz-DB
hostname: postiz-db
mem_limit: 1g
cpu_shares: 1024
security_opt:
- no-new-privileges:true
healthcheck:
test: ["CMD", "pg_isready", "-q", "-d", "postiz", "-U", "postizuser"]
timeout: 45s
interval: 10s
retries: 10
volumes:
- /volume1/docker/postiz/db:/var/lib/postgresql/data:rw
environment:
POSTGRES_DB: postiz
POSTGRES_USER: postizuser
POSTGRES_PASSWORD: postizpass
restart: on-failure:5

postiz:
image: ghcr.io/gitroomhq/postiz-app:latest
container_name: Postiz
restart: on-failure:5
environment:
MAIN_URL: "https://postiz.domain.me"
FRONTEND_URL: "https://postiz.domain.me"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.domain.me/api"
BACKEND_INTERNAL_URL: http://localhost:3000
JWT_SECRET: mykey
EMAIL_PROVIDER: "nodemailer"
EMAIL_HOST: "CONFIDENTIAL"
EMAIL_PORT: "465"
EMAIL_SECURE: "true"
EMAIL_USER: "CONFIDENTIAL"
EMAIL_FROM_NAME: "CONFIDENTIAL"
EMAIL_FROM_ADDRESS: "CONFIDENTIAL"
EMAIL_PASS: "CONFIDENTIAL"
DATABASE_URL: postgresql://postizuser:postizpass@postiz-db:5432/postiz
REDIS_URL: redis://postiz-redis:6379
IS_GENERAL: true
STORAGE_PROVIDER: local
UPLOAD_DIRECTORY: /uploads
NEXT_PUBLIC_UPLOAD_DIRECTORY: /uploads
volumes:
- /volume1/docker/postiz/config:/config/:rw
- /volume1/docker/postiz/uploads:/uploads/:rw
ports:
- 5488:5000
depends_on:
db:
condition: service_healthy
redis:
condition: service_healthy

redis:
image: redis:7.2
container_name: Postiz-REDIS
restart: on-failure:5
healthcheck:
test: redis-cli ping
interval: 10s
timeout: 3s
retries: 3
volumes:
- /volume1/docker/postiz/redis:/data:rw
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
and this is my stack :
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
{

accepted: [ '[email protected]' ],

rejected: [],



[

'SIZE 262144000',

'8BITMIME',

'PIPELINING',

'PIPECONNECT',

'AUTH PLAIN LOGIN',

'HELP'

],

envelopeTime: 92,

messageTime: 96,

messageSize: 2515,

response: '250 OK id=1tPTBq-001HYP-2K',

envelope: { from: '[email protected]', to: [ '[email protected]' ] },

messageId: '<[email protected]>'

}

[Nest] 153 - 12/22/2024, 9:08:56 PM ERROR [ExceptionsHandler] Converting circular structure to JSON

--> starting at object with constructor 'Socket'

| property 'parser' -> object with constructor 'HTTPParser'

--- property 'socket' closes the circle

TypeError: Converting circular structure to JSON

--> starting at object with constructor 'Socket'

| property 'parser' -> object with constructor 'HTTPParser'

--- property 'socket' closes the circle

at JSON.stringify (<anonymous>)

at stringify (/app/node_modules/express/lib/response.js:1160:12)

at ServerResponse.json (/app/node_modules/express/lib/response.js:271:14)

at ExpressAdapter.reply (/app/node_modules/@nestjs/platform-express/adapters/express-adapter.js:62:62)

at RouterResponseController.apply (/app/node_modules/@nestjs/core/router/router-response-controller.js:15:36)

at /app/node_modules/@nestjs/core/router/router-execution-context.js:176:48

at async /app/node_modules/@nestjs/core/router/router-execution-context.js:47:13

at async /app/node_modules/@nestjs/core/router/router-proxy.js:9:17
{

accepted: [ '[email protected]' ],

rejected: [],



[

'SIZE 262144000',

'8BITMIME',

'PIPELINING',

'PIPECONNECT',

'AUTH PLAIN LOGIN',

'HELP'

],

envelopeTime: 92,

messageTime: 96,

messageSize: 2515,

response: '250 OK id=1tPTBq-001HYP-2K',

envelope: { from: '[email protected]', to: [ '[email protected]' ] },

messageId: '<[email protected]>'

}

[Nest] 153 - 12/22/2024, 9:08:56 PM ERROR [ExceptionsHandler] Converting circular structure to JSON

--> starting at object with constructor 'Socket'

| property 'parser' -> object with constructor 'HTTPParser'

--- property 'socket' closes the circle

TypeError: Converting circular structure to JSON

--> starting at object with constructor 'Socket'

| property 'parser' -> object with constructor 'HTTPParser'

--- property 'socket' closes the circle

at JSON.stringify (<anonymous>)

at stringify (/app/node_modules/express/lib/response.js:1160:12)

at ServerResponse.json (/app/node_modules/express/lib/response.js:271:14)

at ExpressAdapter.reply (/app/node_modules/@nestjs/platform-express/adapters/express-adapter.js:62:62)

at RouterResponseController.apply (/app/node_modules/@nestjs/core/router/router-response-controller.js:15:36)

at /app/node_modules/@nestjs/core/router/router-execution-context.js:176:48

at async /app/node_modules/@nestjs/core/router/router-execution-context.js:47:13

at async /app/node_modules/@nestjs/core/router/router-proxy.js:9:17
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
and also this new log :
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
https://postiz.domain.me/api/auth/login
https://postiz.domain.me/api/auth/login
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
on
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
{
"message": "Cannot GET /auth/login",
"error": "Not Found",
"statusCode": 404
}
{
"message": "Cannot GET /auth/login",
"error": "Not Found",
"statusCode": 404
}
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
but I have
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Postiz login issue after SMTP setup on Synology NAS
I don't know if it's help
18 replies
PPostiz
Created by Support on 12/21/2024 in #💭│community-support-tickets
Ticket: Docker Port Change Results in 400 Error on Auth
I have the same problem
14 replies
PPostiz
Created by Support on 12/3/2024 in #💭│community-support-tickets
Ticket: Sign In/Up Redirection and Authentication Issues
+1
58 replies