Today my ISP allowed my router to forward port 80, the certificates creation now works
thanks
Today my ISP allowed my router to forward port 80, the certificates creation now works
thanks
Thanks raulfg3 for your reply, and for your NPM guide too.
I've contacted the isp for the port forwarding of the port 80 but with no succes at the moment. No workaround found
Hi all,
i've installed Nginx proxy manager in a docker on my OMV7.
WebUI is accessible and i've configured a pair of proxy in http with success.
But when I try to get the ssl certificate..... No way!!!!
My ISP router doesn't make possible the forwarding of port 80 (it's reserved) so i've used the port 90 but the SSL request always says "internal error". So i've tried using the DNS challenge with duckdns but, after a longer time, same message: "internal error".
The other problem is that i can't find the log
app-1 | [9/17/2024] [10:16:56 PM] [Express ] › ⚠ warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
app-1 | Some challenges have failed.
app-1 | Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
I can't find the /tmp/letsencrypt-log/letsencrypt.log file, nor the log directory. In the docker compose folder i found some logs but the letsencrypt-requests_error.log file it's empty.
The /tmp folder does not contain any log/file related to Nginx.
Where's is my fault?
Thanks in advance for any help.
Here's my compose configuration for the Nginx proxy manager
you need that jellyfin network docker deployed must by host mode, on other network modes DLNA Do not work.
......
That's was the mistake!
I've redDeployed the jellyfin container with host mode and modified the ngnix configuration for jellyfin with static IP instead of container name and now everything it's working.
Thank you very much to everyone
Here my stack for jellyfin docker. I'm using the swag-default network mode because IFAIK it's needed for reverse proxy, right?
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: swag_default
volumes:
- /jellyfin/config:/config
- /jellyfin/cache:/cache
- /srv/dev-disk-by-uuid-729efb4f-1f9e-45f8-8233-ad8926b33eaf/dlna:/movies
- /srv/dev-disk-by-uuid-729efb4f-1f9e-45f8-8233-ad8926b33eaf/MP3:/music
restart: 'unless-stopped'..
Display More
Hi all,
i'm here again with a question about my installation.
Following guides and the advices here in the forum i have installed OMV6 with docker for Homeassistant/jellyfin/photprism/swag.
Swag is configured for exposing services over internet with HTTPS and everythin is working but.... the DLNA disappeared from my LAN and samnsung smart tv.
I have a standard configuration in swag for jellyfin, just added my values.
How can i restore the DLNA visibility?
Thanks in advance
Stefano
Thank you very much Soma!
I solved installing photoprism in docker.
I didn't find a way for using photoprism (plugin) with swag
f there is a possibility let me know before i remove the plugin
HI all,
i've installed swag in my system for exposing the services of my nas, and i'm very happy because everything is working for emby and, homeassistant thanks to the wonderful guides i've found .
But with photoprism i'm missing something because i get only a
message when testing the external connection. May be the problem is that photoprism it's not a container but a plugin?
Swag docker is configured in this way
---
version: "2.1"
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Rome
- URL=xxxxx.duckdns.org
- VALIDATION=duckdns
- DUCKDNSTOKEN=XXXXXXXXXXXXXXXXXXXXXXXXX
- SUBDOMAINS=wildcard
- EMAIL=xxxxxxxxxxxxxxx
- ONLY_SUBDOMAINS=false
- STAGING=false
volumes:
- /swag/config:/config
ports:
- 443:443
- 81:80
restart: unless-stopped
Display More
this is the photoprism .conf
## Version 2023/02/05
# Ensure your DNS has a CNAME set for Photoprism and that Photoprism container is named.
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name photoprism.*;
include /config/nginx/ssl.conf;
client_max_body_size 0;
location / {
conf in the server block)
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app photoprism;
set $upstream_port 2342;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
}
Display More
Can you help a linux newbie enthusiast? Thanks in advance
Stefano
I had another old laptop laying around, a sony VGN-FW31E that has a 1GBs network adapter.
I moved the OMV installation in it and now the performances are good
what a great systeam is OMV!
Thanks for support and advices
A bit old weak
I would replace the DVD drive with a 2 or 4 TB SSD
instead of adding peripherals to this retired laptop, it's not better to swap to a miniPC or something else?
100Mbps is 1/10th the speed of gigabit LAN and equates to 12.5MBps theoretical maximum, but from that you have to subtract all hardware and protocol overhead, which realistically would probably mean closer to an 8MBps to 10MBps maximum speed.
I know that with this junkyard's HW i can't do more than 8/10MBs, my concerns are that i can reach this speed with multiples transfert by ftp and not with a single one. Since i'm an unix noob maybe i've missed some configuration or else.
The router says that the laptop is connetcted at 100mbs (nominal speed of its the network adapter) while the others cable peripherals are 1000mbs
According to tech spec it's an usb 2.0, the laptop was produced in the 2010. The USB cable is the one included with the HD drive that is one month old. The ethernet cables must be cat5 at least.
Hi all,
some weeks ago i've started playing with OMV since i had an old laptop that was unused at home and...... wow!!!!
I realy enjoyed this experience!
I've installed OMV6 + dockers with HomeAssistant (it was on rpi3), emby, librephotos and they are working very well!
The only thing i'm not happy about is the transfer rate between OMV and the others peripherals on my lan. For example the file transfer on FTP or SMB is working and an average speed of 2,5MB/s varying between 2 and 3. But if i make multiples transfer on ftp, like 4, they all have the average speed of 2,5MB/s so there's is something there is something strange, isnt'it?
Like said the HW is very poor, this is a project with no budget at the moment, but this performances are too low according to nominal values.
OMV6 is installed on a Samsung's R519 laptop (tech specs) with a SSD for the system and a WD elements USB drive for storage. It is cable wired to the router (fiber ottic ISP).
Thanks in advance for any advice.
Stefano