13 questions
Best practices
0
votes
0
replies
14
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 ...
2
votes
0
answers
575
views
I cannot get sops-nix to import my secrets properly
I'm using sops-nix in my configuration, and I want to import some secrets to use with Syncthing, but I cannot get it to work.
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
...
0
votes
1
answer
352
views
How get syncthing docker container to autostart on reboot with correct settings
I'm quite new to docker.
I followed the instructions here to install and run syncthing in a docker container.
That worked great, but when I restarted the PC it auto-started the syncthing docker ...
0
votes
1
answer
40
views
Compute Engine VM not responding to request
I am having trouble accessing a port on my vm. As you can see from a netstat command, port 8384 is open and listening for tcp connections. I also have a picture of the firewall rules saying the port ...
0
votes
1
answer
154
views
Syncthing Usage Report - Data syncing?
I have configured synching usage report locally and I am able to access web UI locally. Now I need to sync my syncing data to usage report database. 1-Is there any way to auto sync syncthing data to ...
1
vote
1
answer
100
views
Generating JSON schema from syncthing JSON
Trying to generate JSON schema (http://jsonschema.net) from the syncthing (https://docs.syncthing.net/rest/system-connections-get.html) JSON below.
The problem is that the connection objects start ...
2
votes
0
answers
815
views
How to deploy Syncthing (Open source alternative yo bittorrent-sync) to OPENSHIFT Online?
I was trying to set up Syncthing, on OPENSHIFT Online as DIY project. I extracted the binary & pushed it to Openshift. As I can not use 0.0.0.0 on Openshift I used $OPENSHIFT_DIY_IP for listing on ...