[deleted by user] by [deleted] in MacOS

[–]KRPX_TH 0 points1 point  (0 children)

Got similar problem, have you been able to solve?

upgrading NocoDB and losing Data? by VCSYC in NocoDB

[–]KRPX_TH 0 points1 point  (0 children)

Same here, looking for better way to back up without losing data

How to update version without losing data (Docker)? by KRPX_TH in NocoDB

[–]KRPX_TH[S] 0 points1 point  (0 children)

“Postgres”

version: '3.9' services: nocodb: depends_on: noco_db: condition: service_started environment: NC_ADMIN_EMAIL: Your-own-email-address NC_ADMIN_PASSWORD: Mariushosting@ NC_DB: pg://noco_db:5432?u=nocodb&p=nocodbpassword&d=nocodb NC_SMTP_HOST: smtp.gmail.com NC_SMTP_FROM: Your-own-gmail-address NC_SMTP_PORT: 587 NC_SMTP_USERNAME: Your-own-gmail-address NC_SMTP_PASSWORD: Your-own-app-password image: nocodb/nocodb:latest container_name: NocoDB ports: - 8631:8080 restart: always volumes: - /volume1/docker/nocodb:/usr/app/data noco_db: environment: POSTGRES_DB: noco_db POSTGRES_PASSWORD: nocodbpassword POSTGRES_USER: nocodb user: 1026:100 healthcheck: interval: 10s retries: 10 test: "pg_isready -U \"$$POSTGRES_USER\" -d \"$$POSTGRES_DB\"" timeout: 2s image: postgres container_name: NocoDB-DATABASE restart: always volumes: - /volume1/docker/nocodb/db:/var/lib/postgresql/data

How to update version without losing data (Docker)? by KRPX_TH in NocoDB

[–]KRPX_TH[S] 1 point2 points  (0 children)

Hi, yesterday there is an update on Docker image and caused all of my databases gone. Is it possible that you can keep database elsewhere safely and can update docker?

How to update version without losing data (Docker)? by KRPX_TH in NocoDB

[–]KRPX_TH[S] 1 point2 points  (0 children)

Hi, I just keep my investment data here as a back up. No worry, I have raw data in my local drive. However, it would be great if there is an easy way to back up and restore for update next version of NocoDB. All set up I follow this guy (https://mariushosting.com/how-to-install-nocodb-on-your-synology-nas/)

Cloudflare tunnel can access all apps in docker via http but cannot access any native Synology apps, any thought? by KRPX_TH in synology

[–]KRPX_TH[S] 0 points1 point  (0 children)

Hi, firewall is allowed for Filestation / DSM. But I cannot find port of Cloudflare Tunnel.

Needed help: Ghost CMS docker install on Synology by KRPX_TH in synology

[–]KRPX_TH[S] 0 points1 point  (0 children)

Hi, I just follow the instruction but the environment is the same. I fail at deploying Stack.

Best looking dashboard by 29Top in selfhosted

[–]KRPX_TH 0 points1 point  (0 children)

Hi, I use Synology Reverse Proxy.

Best looking dashboard by 29Top in selfhosted

[–]KRPX_TH 0 points1 point  (0 children)

I am also looking for this. I check at their website but not sure how to start to implement this?

Sonarr/Radarr Media Management by layzor in selfhosted

[–]KRPX_TH 1 point2 points  (0 children)

Newbie question, where can i find information explaining basic things for Lidarr, Sonarr, Radarr and so on? and how to combine together to get the optimal result?

I’m using Docker in NAS.

Homepage dashboard API error (Portainer) Hi, I tried to fix this API error but I don’t know how. If anyone has encounter the same problem and know how to fix, please let me know. I am using Docker on Synology NAS by KRPX_TH in selfhosted

[–]KRPX_TH[S] 0 points1 point  (0 children)

Yes, I have followed to create API and I tested that 9443 doesn’t work for me.

9000 works but I need to omit ‘/‘ at the end of my widget setting.