Everything posted by Mattti1912
-
Unable to install or update docker apps??
Hello people I dont know what has happend, but i am not able to install or update any of my docker containers?? I dont get an error, but it keeps counting down from 10? some of the time it says that it has updated but when i go back to the app, it asks again?? I really hope you can help me:) if you can which logs do you need?? best regards:)
-
Docker and containers down??
Hello again... I found the problem. There was a error in dns.. Fixed now.. Thank you:)
-
Docker and containers down??
Hello people I've got a problem with my server?? I've deactivasted and re-enabled my docker containers and now i have a problem .. The error is that i cant install plugins and dockers, and i cant access the one i have..:( Is there a way to remove and reinstall the docker plugin?? Thank you!
-
Jellyfin logs??
Hello I dont know if im in the right forum..:. . But does anyone know how to disable activity-logs in jellyfin?? thanks you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Thank you so much.. I figured it out.. thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello again... Thank you for reply.. the ip is an internal ip:) how do i add policies?? regards
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello again I can access the docker through the cloudflare.. But the error is that i cant make the 2fa work. and i get this error : The error now is TOTP code .. And a ip error IP: 172.19.0.1 ... Anyone that know how to resolve this?? thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
i
-
[support] Vaultwarden (formerly Bitwarden_rs)
Could the error be because of the tunnels function at cloudflare?? thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello again.. and thank you.. I use cloudflare tunnels.. When i login over the internet the 2 steps login, will not work? i scan the qr-code... And then the error_: totp error 172.18.0.1 I've tried to change network-type but no difference ? hope you can help?? Thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello again.. I've tried again.. get the error totp error 172.18.0.1 Hope you can help:) Thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello again.. Thank you for responding:) How to you do that?? Of what i cant see there are two ways to configure the docker... there are the admin page and the login page.. how do i do this?? thank you
-
[support] Vaultwarden (formerly Bitwarden_rs)
Hello people I have a question:) is it possible to set up a 2fa to this bitwarden?? So that i have to accept with my phone every time i logon on to this service?? I've tried to config in the admin page.. But i cant make smtp email to work with gmail... Any one who might have a guide?? thank you
-
Jellyfin Nginx Slow??
Hello I've been trying to get my Jellyfin server up and running with nginx.. It all works as it is suppose to except, for the speed.. I don't know what the problem is but i did some research, and i cant figure it our? I hope that you can help me:) Its runs http, block common exploits is active. as well as websocket support.. Also have enabled force ssl, http/2 support, hsts, and htst subdomain.. Thank you..
-
2 torrents clients??
Hello again.. Hope this works? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='no' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.0.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/NAS-Server/':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' 1c0c150f683edebdcb18e38e4ac7894cce3d73668992044cdf0c40d71faf3f1d The command finished successfully!
-
2 torrents clients??
Thank you... How do i get the last one? The last one works, so there are no docker run??
-
2 torrents clients??
Is it this one?? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --cpuset-cpus='0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15' --privileged=true -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='no' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.0.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8333:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8188:8188/tcp' -v '/mnt/user/NAS-Server/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' ffd59352c3c720f34ba34823df569c9c14a62f3bb20b6ff9c91e5dab2b80688c
-
2 torrents clients??
hello again. it's qbittorrent and deluge both vpn?? thank you
-
2 torrents clients??
Hello unraid I want more then 1 torrent-client.. but i cant make it work?? I think it has something to do with my Lan_Network.. I can have one of the clients going at the time.. But only 1. when i close one of the containers it works but not 2.. any idea why?? Thank you!
-
SftpGo?? Security and kodi?
Hello I have a problem, i've installed SftpGo as a docker. But i cant allow my folders to be shared. When i go to my folders i can only choose what not to share? Is it possible to only share 3 of my 8 folders? and anyone with a guide for this?? An other problem is that i can put in a public key, i guess that's for security. But if i do so how do i share my folders with kodi?? And how do i make the files/folders read only?? Thank you
-
FTP server??
Hello again thank you for reply I use it for kodi? is there another way for this?? thanks
-
FTP server??
Hello I want to be able to share some files through a FTP-server?? I've tried, the plugin called Proftpd, but cant make it work.. It works internally on Lan, but i cant make it work through the internet.. I have opend the ports in my firewall. But still no luck.. I've used this tutorial: regards
-
[Support] Linuxserver.io - diskover
Hello I've seen an youtube video, where it was implied, that i can get back deleted data with this tool.. Is that correct?? thank you, regards.
-
Can I get back wrongly deleted files?
Hello I've made a terrible mistake.. I've deleted some file on a unarid share. Is it possible to get those back?? Thank you..
-
Trying to setup a Reverse Proxy Nextcloud
hello i am looking for help with nginx and nextcloud .. Im not able to make it work?? i already have my jellyfin server working.. but the nextcloud is not.. anyone who can help?? thanks