564 questions
-4
votes
0
answers
61
views
How to run a Vite dev server remotely [closed]
I am trying to build a simple web app. I have Python/Flask for the backend, and running React with vite for the frontend.
Here is my setup:
The VS Code server runs on a Synology DS423+ as a container....
Best practices
0
votes
0
replies
22
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
218
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, ...
0
votes
0
answers
49
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
152
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 ...
3
votes
3
answers
3k
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
84
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
1
answer
299
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
111
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
138
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 ...
1
vote
0
answers
155
views
Synology NAS Configuration for Go Website - Encountering 403 Error
I’m currently facing an issue while trying to host a Go website on my Synology NAS (DSM 7.2.1-69057 Update 5). Despite extensive troubleshooting, I’m stuck with a 403 error when trying to access the ...