565 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
0
replies
21
views
Looking for recommendations for a resilient home setup
This might be a weird question but I'd like to run it by you. My current setup to store data is as follows:
NAS Synology DS224+ with 2x4TB HDD (avoiding Docker containers)
Daily backup on a Synology ...
0
votes
1
answer
159
views
How to enable HTTPS wrapper on Synology DSM 7?
I've set up Web Station on a Synology DS918+ NAS (running the latest version of DSM 7.x).
We want to use it as a local intranet server accessible only from local IPs, so we don't need external access, ...
1
vote
0
answers
46
views
NextJS - Synology Docker Compose Environment Variables
i have a project i have been running in development but now its ready to be ran as production but everytime i create the build and pull the new image the environment variables revert to default, i ...
2
votes
5
answers
143
views
Delete old files recursively with specific exclusions
Context here, I'm setting up a Scheduled Task in Synology NAS (i.e. a cron job). What I want to do is delete all files and folders in a directory structure (/volume1/TempShare/, recursive) over 7 ...
2
votes
3
answers
2k
views
VS Code 1.99 Remote-SSH fails due to old host kernel — is there a workaround?
I'm trying to connect from VS Code 1.99 (March 2025 release) to my Synology NAS (DSM 7.2.2) using the Remote - SSH extension, but since this update, I'm no longer able to connect. The connection fails ...
0
votes
0
answers
22
views
DeepLabCut unable to select videos on Synology NAS
Hi I've used DLC in the past to get used to the software and test on small batches of video. However, I am not preparing a larger project with a large set of videos. I am working off an PC with an ...
0
votes
0
answers
82
views
Synology chat API/ Sending Files
Does anybody know can I send file (pict) to synology chat not by direct link but as file? or I have to upload it anywhere, get link and only then send it? I can upload file to my disk station by API, ...
0
votes
0
answers
47
views
Create postgresql tablespace on Synology from pgadmin running in Windows 10
I have postgresql 17 installed on Windows 10 working well.
I want to create a tablespace on a USB external drive plugged into a Synology NAS with DSM 7.
The USB drive is mapped as a network drive in ...
0
votes
0
answers
489
views
How to set up Keycloak/IDP's with Synology NAS users?
I want to set up Keycloak SSO (or another open-source IDP, if more suitable) to manage user authentication. However, my users are currently stored as local users on a Synology NAS, and I need a way to ...
0
votes
1
answer
261
views
How to log out of Synology SSO Server (OIDC)?
I use Synology SSO Server (OIDC). I used a python library to log in and it works perfectly, the url that is called to login looks like this:
https://<MY-NAS>/webman/sso/SSOOauth.cgi?...
-1
votes
1
answer
88
views
I made an old CodeIgniter 2 PHP 5.6 website over 10 years ago, and am trying to restore it online; keep getting 404 errors (the first page works, tho)
I keep getting server 404 errors when trying to interact with my website: http://www.interjo.in/
my .htaccess file is as follows:
RewriteEngine On
# First add the www to URL
RewriteCond %{HTTP_HOST} ^...
1
vote
0
answers
100
views
I'm trying to run phpMyAdmin and link it to an existing docker container database and I get an error. (Using Synology NAS w/ Web Station + Docker)
I'm running a Synology NAS to host my PHP website. I'm using Web Station and Container Manager (Docker).
When I create a phpMyAdmin container, link it to the exisiting mariaDB database, and run it, I ...
1
vote
1
answer
2k
views
How to intall node.js v20 via ssh terminal on Synology NAS DSM 7.1
I wanted to install and run Homebridge on my "older" Synology NAS running DSM 7.1 (can not update to 7.2) and during the install of Homebridge I get prompted to update node to v20 first, ...
0
votes
1
answer
120
views
How to browse directories on Synology NAS with DLNA?
GET http://192.168.1.5:50001/desc/device.xml returns the following data:
<?xml version="1.0" encoding="utf-8"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
...
0
votes
1
answer
2k
views
keycloak behind synology reverse proxy
I've got a keycloak docker container running on a synology rackstation. This rackstation is accessible via a public domain and protected by cloudflare upfront. I can access the keycloak instance in my ...
user avatar
user27388392