Everything posted by glenn.miller
-
[Plugin] unRAID Replication
Logs from my host plus container list on Client (Backup) Mar 8 09:57:05 unraid root: unraid-replication: Info: SSH connection working properly! Mar 8 09:57:06 unraid root: unraid-replication: Info: Starting Docker Replication Mar 8 09:57:07 unraid root: unraid-replication: Info: Replication from container nzbget starting Mar 8 09:57:11 unraid root: unraid-replication: nzbget Mar 8 09:57:12 unraid root: unraid-replication: sha256:d62bfcc3d7cce350f0a2831084891f0d1901af0472c040c6eb8bca5c4898e2fa Mar 8 09:57:13 unraid root: unraid-replication: Untagged: ur_replication_linuxserver/nzbget:latest Mar 8 09:57:13 unraid root: unraid-replication: Deleted: sha256:d62bfcc3d7cce350f0a2831084891f0d1901af0472c040c6eb8bca5c4898e2fa Mar 8 09:57:13 unraid root: unraid-replication: Deleted: sha256:b25064b5fbc649f6aca569c9a7c90f07be034941fff0d075b558535d09d5e240 Mar 8 09:57:15 unraid root: unraid-replication: Info: Starting sync from path: /mnt/user/appdata/nzbget/config/ for container: nzbget Mar 8 09:57:15 unraid root: unraid-replication: sending incremental file list Mar 8 09:57:15 unraid root: unraid-replication: Mar 8 09:57:15 unraid root: unraid-replication: sent 82 bytes received 12 bytes 188.00 bytes/sec Mar 8 09:57:15 unraid root: unraid-replication: total size is 68,910 speedup is 733.09 Mar 8 09:57:16 unraid root: unraid-replication: nzbget Mar 8 09:57:16 unraid root: unraid-replication: Info: Remote host replication task for Docker container: nzbget starting Mar 8 09:57:17 unraid root: unraid-replication: Untagged: linuxserver/nzbget:latest Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:6c1b5c0ae5cdd254795550118bbca08a211f7dafd1b7f5c0b513677354131fea Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:3ee6b56e4bd42bebac4eec680397e0dcb039d78bff07e9e1b5ad200a8f5cd17b Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:a75d93de9b7898ef3d62088faf36f4e7c51654ce2d668ff136630dc2264b277a Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:e728b54561fdee4cd891ab8ec63bb0c162c2b2a5a1d5dcd5bc8166c330c7d4b0 Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:aeb98cb6333ed2f4cae98452e65e8cf0feb3ab5f19dc9c38a3831241f85c4a3d Mar 8 09:57:17 unraid root: unraid-replication: Deleted: sha256:c3b6680bc997c32cb8441e3073c7a2021d467b4c276b608b903f0fe73dbab9ee Mar 8 09:57:19 unraid root: unraid-replication: Loaded image: ur_replication_linuxserver/nzbget:latest Mar 8 09:57:19 unraid root: unraid-replication: Untagged: ur_replication_linuxserver/nzbget:latest Mar 8 09:57:19 unraid root: unraid-replication: Info: Creating new container: nzbget Mar 8 09:57:19 unraid root: unraid-replication: Info: Remote host replication task for Docker container: nzbget finished Mar 8 09:57:19 unraid root: unraid-replication: Info: Replication from container: nzbget finished root@tower:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 491cf10d4ff8 adguard/adguardhome "/opt/adguardhome/Ad…" 2 weeks ago Up 2 days adguard root@tower:~#
-
[Plugin] unRAID Replication
Unraid 7.0.1 seems to have broken this plug-in. Templates are created, paths are copied successfully but images aren't pulled and containers aren't created. Known issue?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi All, How can we request that port 80 on the template be marked as optional? No one in their right mind should be publishing this and it prevents me from auto-updating..
-
Default routes and metrics
The reason for 3 interfaces on the same subnet was to minimise latency and have some access control of web, docker, and pihole. Each on a different interface. I actually gave up on this idea shortly after my post and since 6.8.3, started using custom br0. Will also be looking at a 10gb adapter in the near future.
-
Default routes and metrics
Hi All, I'm wanting to change my default route in Unraid, but obviously using cli it will revert after a restart. I thought that adding a metric would change this but I've tried setting the below metrics and opposing the metrics with no luck. Some background on my interfaces: eth0: bonding = disabled, bridging = enabled, metric = 1 - bond name = br0 eth1: bonding = disabled, bridging = enabled, metric = 2 - bond name = br1 eth2: bonding = disabled, bridging = enabled, metric = 3 - bond name = br2 eth0 is my mobo interface and the others are a pcie dual port card. All interfaces have a static ip. My questions: How can I force my default route gateway to br0 rather than br2? Do metrics actually do anything? Also, how can I isolate my host web access to a single interface? Any help appreciated 🙂 I've tried everything I can think of.