Aran

Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by Aran

  1. Bump. I'm looking for the exact same thing so i can ditch my windows vm that i have running only for shrinking images...
  2. You can automate this with a simple mv command in the 'user scripts' plugin if you like.
  3. Yes i can. And it has nothing to do with the My Servers plugin so i will delete this topic. I don't know why but my DNS ip was set to some weird IP adress. Strange because i didn't touch my server for 3 months/19 days/17minutes. Anyway, thanks for the very quick reply! Problem solved.
  4. Hi, well, ... i have THIS problem 'My Servers' plugin is not supported for 6.9.2 and i didn't update in time. How should i proceed?
  5. Bij mij lukte dat door de naam van uw docker container te veranderen tijdens de installatie.
  6. UP Sorry to hijack your thread but i'm have the same problem. I moved from a 'homeassistant-core' docker to a VM and i cannot get remote access through HTTPS working. HASS config: http: use_x_forwarded_for: true trusted_proxies: - 172.17.0.3 I cannot figure out if i have to look in homeassistant or NPM or maybe a unraid setting that's wrong. Port forwarding in pfSense is setup correctly. [SOLVED] Ok, so i stumbled upon a topic in the Home Assistant Forums with some very usefull info. The home assistant logs tell you where the request is comming from. Look for this line located in the home assistant config folder, named like 'home-assistant.log.1'. I opened it with notepad++. ERROR (MainThread) [homeassistant.components.http.forwarded] Received X-Forwarded-For header from an untrusted proxy 192.168.8.189 Note the IP adress at the end of the line and copy that in the home assistant configuration.yaml file. http: use_x_forwarded_for: true trusted_proxies: - 192.168.8.189 It all makes sense to me now Note: i use home assistant as a VM so my ip is in range of 192.168.#.### . If you use the docker version the IP may be more like 172.17.0.3 .
  7. What docker have you installed? Config files are usually located in the appdata folder at /mnt/user/appdata/homeassistant
  8. I have 2 of them and i think they do not support wake on lan but i might be wrong. I have to double check. edit: I checked asus website and they say it DOES NOT support wol. https://www.asus.com/us/support/FAQ/1039219
  9. Have you checked the url in seafile settings itself?
  10. Found it: Set 'Host access to custom networks' to 'Enabled' from the docker settings page. When greyed-out, stop the docker service => enable host access to custom network => start docker again. 🙄
  11. BUMP I was playing with NC and FileRun and encoutered the same problem in both those dockers. So i don't think it's NC related. When the network type is changed to custom:br an given a different ip, it cannot connect to the database. Still, the ip's are within the same subnet. It does not matter if the databasehost is changed to localhost or 123.456.7.89 . To make it more rare, the problem only exists in my backup server. The NC docker on my main server is configured with custom network type. Both servers running unraid 6.9.2. What am i doing wrong? Please, enlighten me.
  12. Dude, i feel your pain. We use Nextcloud at home to sync our 2 smartphones, a desktop and my parents' smartphones. It works well most of the time but i actually want to get rid of it and replace it with something simpler like 'File Browser' f.e. Anyway... Before nextcloud, I used a free dropbox account and scheduled a 'move' script to move the synced images from the dropbox-share to the array. It worked very well and i regret the day i moved away from it.
  13. I don't know much about Ubiquiti but i think the Ubiquiti NVR is based on an ARM cpu so that's a no go.
  14. Difficult to answer if we don't know the model of your second hand mini-pc. For example, does the motherboard have a sata-type power plug on it or not? There are also itx motherboards that power from 19v laptop-style psu's. Like this asrock J4005DC-ITX. Yes, you will need ram but these are cheap. Same for the 19v brick psu. Look for 'DC' in the model name. But yes, you will need ram, power brick and case.
  15. Welcome. If all you need is streaming media content and storing personal data, then you don't need the newest hardware for your goal. I'm not an expert in 4K streaming with plex but i think a decent 2nd hand Xeon will do fine. Other forum members can give more info on this. Just to give you an idea, I'm running two servers with and 'old' i7 6700K with 19 docker containers (including Emby for streaming and transcoding 1080p over WAN), a pfSense VM and a win10 VM. That's a 6 year old cpu. Basic questions you want to ask are: do i need VT-d/IOMMU? If yes, check your mobo/cpu specs. Trust me, you WANT vt-d/iommu for hardware passthrough. how many sata-ports do i need, now or in the future? how many add-on cards do i have/want/need, now or in the future? do i need an nvme drive, now or in the future? If yes, then you need an pci-e M2 slot. I don't know what filesystem is used by synology but you need to format and preclear all your disks before adding them into your unraid array so you need to backup your data first. You can/must use the biggest/equal as your biggest array disk (12TB in your case) as a parity-drive (this is NOT a backup) in your unraid array. The SSD is commonly used as a cache-drive and to store dockers, VM's and system files. A boot drive is not needed as unraid boots from usb. Regarding your TV setup, you can setup a Kodi VM in unraid but then you need to passthrough a gpu so your mobo/cpu need to have the iommu/vt-d feature. I did this for 2 years but ended up buying an Nvidia Shield. 1gb is more then enough for home use media streaming. As for cases, that's a personal taste but yes, buy from a decent brand with good cooling. Have you watched SpaceinvaderOne or Ibracorp video's?
  16. Het probleem is deels opgelost. --> 'Host access to custom networks: Enabled' aangepast in de docker settings en het werkte. Nu heb ik enkel nog een probleem met Home Assistant. Daar staat het netwerk type op 'Host' maar als ik deze op br0 zet en een IP toewijs kan ik deze niet bereiken via https://home.mydomain.com home assistant config: http: ip_ban_enabled: false use_x_forwarded_for: true trusted_proxies: - 172.17.0.2
  17. You can schedule a user script via cron. I use the 'etherwake macadress' command.
  18. Hoi, ik probeer NPM werkende te krijgen met docker containers die hun eigen ip-adres hebben toegewezen via custom br0 netwerk. Als die containers het 'bridge' netwerk gebruiken werkt alles naar behoren. Ik denk dat ik hier iets over het hoofd zie maar ik weet dus niet wat... Mijn kennis van unraid is vrij goed maar van netwerken heb ik niet veel kaas gegeten [emoji53] In het help-forum van NPM-docker zelf staat wel het een en ander uitgelegd en ik las daar iets over een tijdelijke oplossing maar die lijkt niet helemaal te werken of ik heb ze verkeerd toegepast. De enige container die (bij mij) werkt via br0 is Emby. Nu probeer ik een oplossing te vinden voor Bitwarden, Nextcloud en Home Assistant. Is er iemand die mij in de juiste richting kan sturen? Waarvoor dank!
  19. You can use 'syncthing' for that. Install the syncthing docker on both servers and use the syncthing webui to configure the folders you want to sync. Configure it to search on LAN only (disable global discovery and use the server ip instead of 'dynamic') /topic/41394-support-linuxserverio-syncthing/ It's a very powerful piece of software and i recommend to read the docs. 'Rsync' is another option if you like cli. Or if you want you can setup a remote share on your main server and configure a user script with a simple 'mv' or 'cp' command. If i may ask, why don't you just combine the two servers in one?
  20. Your best option is to check home assistant forum and start from there.
  21. What about /usr/local/sbin/shutdown ? And not 'powerdown/poweroff'.
  22. My cheap asrock on-board cpu itx motherboard had this option in the bios. Check your server's bios settings for things like 'BIOS power-on', 'APM settings', 'RTC alarm', 'wake-up alarm', etc...
  23. Ik gebruik 'winSPC' om toegang te krijgen in unraid via ssh. Zo kan je mappen en bestanden verwijderen of aanpassen.
  24. Elk zijnen dag. Ik probeer een vaste pc met win10 op te starten door WOL via Guacamole docker. Hier zijn de dingen die wel werken: Ik kan inloggen in Guacamole van buiten LAN en verbinden via RDP als de pc aan staat. Ik kan de pc ontwaken via een android app over lokaal wifi. Ik kan de pc ontwaken via een android app over mobiel netwerk, verbonden met VPN. Het rare is dat het via eerste beste android appke wel lukt. Hierdoor denk ik dat het probleem niet ligt in de bios-settings, win10-settings, NIC-stuurprogramma, powersaving-settings, etc... van de pc zelf maar eerder in de rest van de setup. Nu is mijn vraag, waar moet ik het probleem gaan zoeken. Ik maak ook gebruik van Nginx Proxy Manager en pfSense bvb. Ik heb een vaag vermoeden dat het probleem gaat liggen bij de Guacamole docker interface. 'Network type' is nu 'bridge' dus verbinding via 'server-ip:port'. Kan iemand mij hier eventueel bij helpen? Groeten, Aran.
  25. When you delete a file or folder on site A, it will also be deleted on site B. That is normal behavior for syncing files. However, the data is not permanently deleted but moved to a trash bin. You can configure the retention period. Read all about it here. The trash bin is located at /Nextcloud/your_user_name/files_trashbin/files/