Everything posted by mweis
-
[Support] Paperless-ng Docker
here is my mail.log ???? [2021-02-15 13:05:20,175] [ERROR] [paperless_mail] Rule 123 Exchange.paperless 123: Error while processing rule: Response status "OK" expected, but "NO" received. Data: [b'[BADCHARSET (US-ASCII)] The specified charset is not supported.'] Traceback (most recent call last): File "/usr/src/paperless/src/paperless_mail/mail.py", line 172, in handle_mail_account total_processed_files += self.handle_mail_rule(M, rule) File "/usr/src/paperless/src/paperless_mail/mail.py", line 214, in handle_mail_rule for message in messages: File "/usr/local/lib/python3.7/site-packages/imap_tools/mailbox.py", line 100, in fetch nums = tuple((reversed if reverse else iter)(self.search(criteria, charset)))[limit_range] File "/usr/local/lib/python3.7/site-packages/imap_tools/mailbox.py", line 61, in search check_command_status(search_result, MailboxSearchError) File "/usr/local/lib/python3.7/site-packages/imap_tools/utils.py", line 54, in check_command_status raise exception(command_result=command_result, expected=expected) imap_tools.errors.MailboxSearchError: Response status "OK" expected, but "NO" received. Data: [b'[BADCHARSET (US-ASCII)] The specified charset is not supported.']
-
[Support] Paperless-ng Docker
thanks for the container, is working fine for me, but the mailchecker checks and says everything is fine but is not importing any documents. are there any hints what to to?
-
[support] pducharme's Dockers support thread
i have no clou, i tried several versions now, i am not able to connect the nvr to the unifi account to get control. what version is working?
-
[Support] Djoss - JDownloader 2
hello, can anyone gimme a hint how i can use jdownloader docker with a secure vpn connection?
-
[Support] Linuxserver.io - Plex Media Server
i just wanted to start fresh from the scratch, i installed the docker the webui start, it says server not found?=??? _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 40-chown-files: executing... [cont-init.d] 40-chown-files: exited 0. [cont-init.d] 50-gid-video: executing... [cont-init.d] 50-gid-video: exited 0. [cont-init.d] 60-plex-update: executing... Docker is used for verisoning skip update check [cont-init.d] 60-plex-update: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. [services.d] done. any hints?
-
[support] Siwat's Docker Repository
i cant find the app for onlyoffice inside nextcloud
-
[Support] binhex - TeamSpeak
yeh i ticked it. but one more question, why does this docker only work in bridge mode? i have a bridged-vlan on unraid for own subnet, if i choose this, the docker doesnt start correctly.
-
[support] Siwat's Docker Repository
i installed nc15 but cant find the only office app in the appstore, is there a way to install this app manually?
-
[Support] binhex - TeamSpeak
nat rule yeh
-
[Support] binhex - TeamSpeak
i created the port forward rules for teamspeak. what firewall rules should i add?
-
[Support] binhex - TeamSpeak
how should i config this in pfsense? Simple Port forwarding or is there a better way?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
yep i already figured this out, but also the onlyoffice docker can only be runned in host mode so i actually have no solution for this
-
[support] Siwat's Docker Repository
okay fine, can u explain this just a bit more detailed?
-
[support] Siwat's Docker Repository
-
[support] Siwat's Docker Repository
yeah but i think i should be able to open the ui through the docker-ip also shouldnt i?
-
[support] Siwat's Docker Repository
yeh i places the files, but it always says ERR_CONNECTION_REFUSED
-
[support] Siwat's Docker Repository
I also have the issue with the onlyoffice container - the WebUI can be opened through port 8080, but not under ssl condition
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
i am running nextcloud container and letsencrypt container from linuxserver.io. i am using letsencrypt with nginx as a reverse proxy. The container provides standard configs for most docker containers such as nextcloud. the files can be found in "\appdata\letsencrypt\nginx\proxy-confs" i have created an own subdomain for the officeserver but i cant reach it. i am only landing on the page "welcome to nginx" server { listen 443 ssl; server_name office.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_OnlyOfficeDocumentServer OnlyOfficeDocumentServer; proxy_pass http://$upstream_OnlyOfficeDocumentServer:443; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto $scheme; } } i have downloaded the nextcloud plugin "ONLYOFFICE" and have entered my subdomain into the field for the service address. But i always says "error on connect" bad request or timeout. cant figure out where is my failure...thanks in advance.
-
[support] Siwat's Docker Repository
the proxy itself is working well only the onlyoffice container doesnt work ^^
-
[support] Siwat's Docker Repository
i am running nextcloud container and letsencrypt container from linuxserver.io. i am using letsencrypt with nginx as a reverse proxy. The container provides standard configs for most docker containers such as nextcloud. the files can be found in "\appdata\letsencrypt\nginx\proxy-confs" i have created an own subdomain for the officeserver but i cant reach it. i am only landing on the page "welcome to nginx" server { listen 443 ssl; server_name office.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_OnlyOfficeDocumentServer OnlyOfficeDocumentServer; proxy_pass http://$upstream_OnlyOfficeDocumentServer:443; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto $scheme; } } i have downloaded the nextcloud plugin "ONLYOFFICE" and have entered my subdomain into the field for the service address. But i always says "error on connect" bad request or timeout. cant figure out where is my failure...thanks in advance.
-
[support] Siwat's Docker Repository
can s.o. provide a subdomain.conf file for onlyoffice document server for using it for nextcloud integration?
-
[Support] Linuxserver.io - Nextcloud
i already read this, but i wanna have this as seperated proxy conf as i have it for nextcloud. can i do this like described?
-
[Support] Linuxserver.io - Nextcloud
hello, anyone have the collabora docker running on nginx reverseproxy on a subdomain with the letsencrypt lsio docker? i wanna run the collabora package on office.xxx.de, my nextcloud runs fine on cloud.xxx.de i cant find any solution which is working
-
New Emby Docker
hey ya - i am just new to unraid. i wanna install my emby docker and i dont know if i should go for uid 2 and gid 2 as the docker suggests or i should go for uid 99, gid 100 as the binhex emby container suggests? furthermore i havent found a tutorial how i can use my iGPU from the i7700 for hardware transcoding? and should i leave the standard docker settings (folder) for transcoding or should i go for a dedicated folder? thank u in advance