Posts by leeeunchang
-
-
-
Even if labelled resolved: Maybe you want to have a look at the SOPHOS UTM. Is free for individuals up to 50 IP addresses, and has the feature "country blocking", in which you can choose which countries are automatically blocked. I use this feature for the same reason as you; if I don't have people from foreign countries, these accesses from these countries can be automatically blocked/dropped without any further ado.
You need to register, and can obtain a licence free of charge for 3 years, with free renewal when expiring. Using it since almost 6 years, could not be happier. Download the ISO-file, and set it up on a refurbished PC with 2 network cards, it's an inexpensive, perfect solution.
Link to the ISO - you need to choose the most recent "ASG"-iso
is there a guide or something ? i want to try
-
wow it's working..
i tagged amd64-latest like
"image: ghcr.io/linuxserver/jellyfin:amd64-latest"
there is no other images generated any more.
thank you.
-
i figured out the cause..
i changed the udp host port 1900 to 1902 like this " - 1902:1900/udp"
and hit the update stack and it keeps producing all the jellyfin images as above..
so i deleted - 1902:1900/udp from the stack.. and it's stopped.
but the why i changed the host port to 1902 is minidlna uses port 1900.
(i added minidlna plugin at omv gui. but there is no port 1900 i found only there is only port 8200 .)
i could find out dlna uses 1900 udp with this command
netstat -pna | grep 1900
udp 0 0 239.255.255.250:1900 0.0.0.0:* 3603/minidlnad.
what should i do to avoid port conflict...?
is it ok to delete the option - 1900:1900/udp from jellyfin stack ?
is it impossible use both dlna and jellyfin at the same time ?
i think openmediavault is very sensitive and hard to understand...
-
-
-
all of sudden, the jellyfin container stopped. i restarted and killed and restarted the jellyfin container.. but still got Failure
there is something using the same port. so i checked
root@openmediavault:~# netstat -pna | grep 1900
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 31569/java
unix 3 [ ] STREAM CONNECTED 51900 534/dbus-daemon /var/run/dbus/system_bus_socket
and i cecked all the containers but there is no container using port 1900 except for jellyfin...
i don't know what to do..
thank you in advance.
there is no container using 1900..
-
can i block all foreign ip in openmediavault ?
i am actually using fail2ban and when i check status, there are dozen times log in try even in one day.
so i want to block all ip from overseas. i hope there is solution.
-
-
Sorry for my English.
Call your version QbitTorrent and give a link to the theme that you want to apqBittorrent v4.3.5
-
Depends on the version of the program. The repository is the old version, and it requires a login.html file instead of the index.html. Just duplicate this file and in the settings, specify the path from the root to the catalog with catalogs private and public.
i don't understand what you saying at all...
-
-
i dug whole place to find how to use webui theme for qbittorrent.
but couldn't . anyone know how to guide ?
thanks
-
My experience with aisonic/ airsonic it will fail if you do not assign folder for music podcast ,playlist,and config of couse as example I do not care about playlist or podcast but if you do have the volumes pointing at the folder even empty, it wont work.
i tried as the pictures. but not working.
-
hello everyone !
i configured l2tp vpn sever on my router.
and am trying to connect to that vpn from omv server.
is there any how to guides ?
-
then how can i use https instead of http ?
-
it works !!
my docker port settings
host container
owncloud 80 8080
filebrowser 8080 8080
and router port forwarding settings are
external port internal port
tcp 8080 80
tcp 80 8080
when i connect to http://serverdomain: 80 filebrowser opens
and http://serverdomain:8080 owncloud opens.
i don't get it how it works because they are both using same 8080 container port.
-
filebrowser logs.
2021/05/01 10:56:38 No config file used,
2021/05/01 10:56:38 Listening on [::]:8080
-
i deleted filebrowser container and did this
docker run -d \
--name filebrowser \
--user $(id -u):$(id -g) \
-p 8080:80 \
-v /srv:/data \
-v /filebrowser_config:/config \
-e FB_BASEURL=/filebrowser \
hurlenko/filebrowser
but i can't open with http://myip:8080.
ㅜㅜ i don't know what i am missing.