Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mweis

Members
  • Joined

  • Last visited

Everything posted by mweis

  1. 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.']
  2. 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?
  3. 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?
  4. hello, can anyone gimme a hint how i can use jdownloader docker with a secure vpn connection?
  5. 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?
  6. i cant find the app for onlyoffice inside nextcloud
  7. 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.
  8. i installed nc15 but cant find the only office app in the appstore, is there a way to install this app manually?
  9. nat rule yeh
  10. i created the port forward rules for teamspeak. what firewall rules should i add?
  11. how should i config this in pfsense? Simple Port forwarding or is there a better way?
  12. 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
  13. okay fine, can u explain this just a bit more detailed?
  14. yeah but i think i should be able to open the ui through the docker-ip also shouldnt i?
  15. yeh i places the files, but it always says ERR_CONNECTION_REFUSED
  16. I also have the issue with the onlyoffice container - the WebUI can be opened through port 8080, but not under ssl condition
  17. 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.
  18. the proxy itself is working well only the onlyoffice container doesnt work ^^
  19. 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.
  20. can s.o. provide a subdomain.conf file for onlyoffice document server for using it for nextcloud integration?
  21. 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?
  22. 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
  23. 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.