-
Caddy from DockerHub help
+1 to this request. pure curiosity. Tried myself didn't manage yet. Anyone successful, yet?
-
[Plugin] CA User Scripts
Hi, I've one docker container that somehow often fails to restart after e.g. stop for backup. However, if manually initiated it, it works. Always. I tried checking logs etc but couldn't find a solution. Then I remembered that User Scripts is able to use "restart" command to start a docker container and I could configure it to run every now and then. However, I don't want it to restart if the status is already running. How can I add something like "if status = active, idle, else star/restart dockercontainer. Can someone please help me to find those commands if possible or point me to script documentation? Or do I need to look at docker commands? Ofc. I tried searching the forums beforehand but couldn't find a solution or similar case yet. If I missed it, feel free to point me to it. Thanks
-
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
thank you so much! I thought with multiple dockers (jira + jira service desk) using the same port, I would need to go thru the external port. boy was I wrong. such a simple solution. thanks again!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
@Gobs please try/ check the following things (helped me) is plex also changed to be in the proxynet network? is the docker container of plex really called "plex" or maybe changed? is your firewall configured to allow the port to be accessed from external? (check with sites like "is my port open") check if logged in to duckdns if your external ip is correctly upgraded
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I've changed the default port to 8020 (sorry should have noted it) - full configuration attached. Proxynet beeing the letsencrypt network. As per spaceinvador1 guide. In Jira I've adjusted the base url to match the config. Previously I got it working using the jwilder letsencrypt nginx proxy. however with that I couldn't get nextcloud to work which is a higher priority to me. thanks.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
hello, I've setup letsencrypt with subdomain for nextcloud successfull, however I don't get how to set it up for not included applications. e.g. I would like to host my own Jira (Atlassian) instance for myself. This is what I did: server { listen 443 ssl; server_name jira.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_jira jira; proxy_pass http://$upstream_jira:8020; } } However when accessing it I get an 502 error. However the certificates are created so I'm sure it's liked to the subdomain file. Maybe someone can help me figure it out. Thanks, Matt
-
[SUPPORT] pihole for unRaid - Spants repo
solved .... I tried to access the WebUI using a VM that had it's NIC set to Virt0 not Eth0. Adjusted it and now it's accessible.
-
[SUPPORT] pihole for unRaid - Spants repo
looks like your eth0 is not set to bridge. there is a comment about that from page 1 or 2.
-
[SUPPORT] pihole for unRaid - Spants repo
tried to setup as in Video and comments - still can't access the WebUI (ERR_CONNECTION_TIMED_OUT). log looks okay to me. config as default as possible - only as main dns 1.1.1. (cloudflare) and timezone changed to Berlin for close match. tried with unraid OS 6.4. / 6.5.1 rc6 + 6.5.1 and blank / new docker image. with same results. eth0 is set to bridge (br0) and used in config unraidIP = 192.168.178.99 br0 of pihole as well as variable in config is set to = 192.168.178.2 any hint / comment will be highly appreciated. ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] 01-resolver-resolv: applying... [fix-attrs.d] 01-resolver-resolv: exited 0. [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 20-start.sh: executing... ARCH=amd64 BASH=/bin/bash BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=() BASH_ARGV=() BASH_CMDS=() BASH_LINENO=([0]="0") BASH_SOURCE=([0]="/var/run/s6/etc/cont-init.d/20-start.sh") BASH_VERSINFO=([0]="4" [1]="4" [2]="12" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='4.4.12(1)-release' CWD=/ DIRSTACK=() DNS1=1.1.1.1 DNS2=8.8.8.8 DNSMASQ_LISTENING=all EUID=0 FTL_CMD=no-daemon ) HOME=/root HOSTNAME=0237214d32ba HOSTTYPE=x86_64 HOST_OS=unRAID IFS=$' \t\n' INTERFACE=br0 IPv6=False MACHTYPE=x86_64-pc-linux-gnu OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/opt/pihole:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PHP_ENV_CONFIG=/etc/lighttpd/conf-enabled/15-fastcgi-php.conf PHP_ERROR_LOG=/var/log/lighttpd/error.log PIHOLE_INSTALL=/tmp/ph_install.sh PPID=209 PS4='+ ' PWD=/ S6OVERLAY_RELEASE=https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.2/s6-overlay-amd64.tar.gz S6_KEEP_ENV=1 SHELL=/bin/bash SHELLOPTS=braceexpand:hashall:interactive-comments SHLVL=1 ServerIP=192.168.178.2 TAG=debian TCP_PORT_53=53 TCP_PORT_80=80 b TZ=Europe/Berlin UDP_PORT_53=53 UID=0 WEBPASSWORD=admin _=bash setupVars=/etc/pihole/setupVars.conf ::: Starting docker specific setup for docker diginc/pi-hole + [[ admin == '' ]] + pihole -a -p admin admin [✓] New password set Using custom DNS servers: 1.1.1.1 & 8.8.8.8 DNSMasq binding to custom interface: br0 Added ENV to php: "PHP_ERROR_LOG" => "/var/log/lighttpd/error.log", "ServerIP" => "192.168.178.2", "VIRTUAL_HOST" => "192.168.178.2", Using IPv4 dnsmasq: syntax check OK. ::: Testing DNSmasq config: ::: Testing lighttpd config: Syntax OK ::: All config checks passed, starting ... ::: Docker start setup complete [i] Neutrino emissions detected... [i] Target: raw.githubusercontent.com (hosts) [i] Target: mirror1.malwaredomains.com (justdomains) [i] Target: sysctl.org (hosts) [i] Target: zeustracker.abuse.ch (blocklist.php?download=domainblocklist) [i] Target: s3.amazonaws.com (simple_tracking.txt) [i] Target: s3.amazonaws.com (simple_ad.txt) [i] Target: hosts-file.net (ad_servers.txt) [i] Number of domains being pulled in by gravity: 144878 [i] Number of unique domains trapped in the Event Horizon: 121904 [i] Nothing to whitelist! pihole-FTL: no process found [✓] DNS service is running [✓] Pi-hole blocking is Enabled [cont-init.d] 20-start.sh: exited 0. [cont-init.d] done. [services.d] starting services Starting dnsmasq [services.d] done. Starting crond Starting lighttpd Starting pihole-FTL (no-daemon) dnsmasq: started, version 2.76 cachesize 10000 dnsmasq: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify dnsmasq: using nameserver 8.8.8.8#53 dnsmasq: using nameserver 1.1.1.1#53 dnsmasq: read /etc/hosts - 7 addresses dnsmasq: read /etc/pihole/local.list - 2 addresses dnsmasq: failed to load names from /etc/pihole/black.list: No such file or directory dnsmasq: read /etc/pihole/gravity.list - 121904 addresses dnsmasq: 1 127.0.0.1/49609 query[A] pi.hole from 127.0.0.1 dnsmasq: 1 127.0.0.1/49609 /etc/pihole/local.list pi.hole is 192.168.178.2 dnsmasq: 2 127.0.0.1/53311 query[A] pi.hole from 127.0.0.1 dnsmasq: 2 127.0.0.1/53311 /etc/pihole/local.list pi.hole is 192.168.178.2
-
[Plug-In] Community Applications
after uninstall + reinstall it's gone.
-
[Plug-In] Community Applications
After update getting alot of those Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal string offset 'Private' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 298 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal offset type in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 351 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Warning: Illegal string offset 'Blacklist' in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 1074 Jump To: Beta Applications
-
DMAR:[fault reason 06] PTE Read access is not se
I just wanted to note that I'm also getting these kind of errors over and over. I think it started sometime in 6beta10 plus minus could been there even before. please let me know if you need the logs and if so the full or just once started? the "errors" appear on regular basis multipe times per minute. the google-search give multiple similar issues possible linked to linux core, intel mainboards / network cards or VM settings in bios. please let us know how to handle this issue (and please don't say ignore)
-
docker compose?
I found this: Docker Compose UI by francescou - however so far I'm not able to connect it to the docker port if one you genius could show me the way this would be a great solution for dummies like me. thanks
-
docker compose?
why isn't anyone else +1 this? +1
-
[support] gfjardim's Docker Repository
hi all I'm getting a loop of following-errors upon starting pyload. File "/opt/pyload/pyLoadCore.py", line 274, in start res = s.start() File "/opt/pyload/module/setup.py", line 45, in start lang = self.ask(u"Choose your Language / Wähle deine Sprache", "en", langs) File "/opt/pyload/module/setup.py", line 481, in ask input = raw_input(qst + " %s: " % info) EOFError: EOF when reading a line This is your first start, running configuration assistent now. Choose your Language / Wähle deine Sprache ([en], de, fr, it, es, nl, sv, ru, pl, cs, sr, pt_BR): Setup failed cp: cannot stat ‘/tmp/pyload-config/*’: No such file or directory Traceback (most recent call last): I tried to set lang=EN or DE in parameters and also mount the addtional shares - both without success. I'm using gfjardim/pyload:latest from Docker - Community Applications. Anyone some idea? Thanks, Matt
twok
Members
-
Joined
-
Last visited