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.

MarianKoniuszko

Members
  • Joined

  • Last visited

Everything posted by MarianKoniuszko

  1. Hello, today I try to upgrade some apps in Nextcloud and it goes to maintance mode. I go to ssh and upgrade apps manually. I set in config.php maintance:false but still cannot make it work. Logs shows something like this all the time:
  2. Hello, it's possible to use Quickshare to share files from my unraid? Regards.
  3. Hello, I make it work like that: My unraid template:
  4. Hello, I use Nginx Proxy Manager but not cloudflare. Do I need some special config for fail2ban? Regards.
  5. I will try once again. Can You tell me how can I make static IP in router? I have TP-Link Archer x72 router and when I want to set static IP I have to give Adguard IP and MAC. Is there MAC for Adguard?
  6. But on first steps after install I noticed that it show me as my main address 192.168.0.2. I have now 192.168.0.1 for my router so I remember few Years ago it broke everything because my router site stop working and all my port forwarding also. So I will not risk that again. Regards.
  7. Hi, thanks for help but I resign from installing adguard. I remember sometime ago when I try it my whole network was broken. Regards.
  8. Thank You. I have now custom: br0. What is fixed IP?
  9. There's only `bridge` or `host` network to choose.
  10. Hi, it shows popup that needs custom network. Can You tell me something what custom network I need to install that container?
  11. Hello, I try to run Teedy on my server but got server error on local and external address: My template looks like that: I create database in pgadmin4: Teedy logs: 2024-02-20 18:45:38.676:WARN :oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@4229bb3f{Teedy,/,file:///tmp/jetty-0_0_0_0-8080-docs_war-_-any-16772281478610104737/webapp/,UNAVAILABLE}{./webapps/docs.war} java.lang.NullPointerException at com.sismics.docs.core.util.TransactionUtil.handle(TransactionUtil.java:43) at com.sismics.util.filter.RequestContextFilter.init(RequestContextFilter.java:65) at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:133) at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$2(ServletHandler.java:725) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1655) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:749) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:392) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1305) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:903) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:306) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:533) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:40) at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:183) at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:516) at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:151) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:186) at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:462) at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:58) at org.eclipse.jetty.util.Scanner$DiscreteListener.pathAdded(Scanner.java:282) at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:836) at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:802) at org.eclipse.jetty.util.Scanner.scan(Scanner.java:709) at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:597) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:158) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:605) at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:246) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.server.Server.start(Server.java:470) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.server.Server.doStart(Server.java:415) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$4(XmlConfiguration.java:1880) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1818) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.jetty.start.Main.invokeMain(Main.java:229) at org.eclipse.jetty.start.Main.start(Main.java:527) at org.eclipse.jetty.start.Main.main(Main.java:76) 2024-02-20 18:45:38.692:INFO :oejs.AbstractConnector:main: Started ServerConnector@ddd08b7{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 2024-02-20 18:45:38.697:INFO :oejs.Server:main: Started Server@710f4dc7{STARTING}[11.0.14,sto=5000] @4385ms at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:40) at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:183) at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:516) at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:151) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:186) at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:462) at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:58) at org.eclipse.jetty.util.Scanner$DiscreteListener.pathAdded(Scanner.java:282) at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:836) at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:802) at org.eclipse.jetty.util.Scanner.scan(Scanner.java:709) at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:597) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:158) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:605) at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:246) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:171) at org.eclipse.jetty.server.Server.start(Server.java:470) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:121) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:89) at org.eclipse.jetty.server.Server.doStart(Server.java:415) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93) at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$4(XmlConfiguration.java:1880) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1818) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.jetty.start.Main.invokeMain(Main.java:229) at org.eclipse.jetty.start.Main.start(Main.java:527) at org.eclipse.jetty.start.Main.main(Main.java:76)
  12. Hi, if I setup upsnap (on raspberrypi) for my unraid server (PC on the same LAN) command Like this is OK: ```sshpass -p xjwxnwkdneeeee ssh -o "StrictHostKeyChecking=no" [email protected] "powerdown"```? referring to example: Regards.
  13. Hello, anyone knows how to setup postgres on different port on teedy?
  14. Hello, is paperless-ngx support OIDC/SAML to add it as client to keycloak? Regards
  15. Thank You very much. I cannot find that in docs. There also Export dir in unraid but I will leave it like media folder. Regards.
  16. Hi, I find there only that consume folder is folder that I have documents where paperless will take from. There's also to create folders: media, data and consume. It's not my first docker but I think it will be nice to see some descriptions what are that folders for. Regards.
  17. Hello, can someone explain me how to setup folders paths in paperless-ngx? What are that folders for? Where I can make folder for my users? *Data *Media *Consumtion *Export ? Regards
  18. Hello, anyone know how to change Superadmin password. There's admin:admin at login and I don't see any option in dashboard to change password.
  19. Hi, I don't. I think that dolibarr will create in that container db. Do You know how to do that in Adminer?
  20. Hello, @Kilrah I have mariadb installed for some other container like that: now I try to install Dolibarr with that setup: but it can't start. Logs show me: `Waiting that SQL database is up ...` Can You tell me what is wrong in my setup? Regards.
  21. Hello @Eurotimmy it's possible to make that app without examples. It's very frustrating to seek how to delete all of them or change names, admin etc. Regards.
  22. Hi, I copy key from my laptop (called matebook.pub) to /mnt/user/borg/sshkeys/clients/ and it still shows me that there's no key: ERROR: No SSH-Pubkey file found in /sshkeys I change owner like for /backup folder and also don't see that key. Regards.
  23. I create ssh keys in my laptop and transfer then to unRAID with `ssh copy-id`. So now I have to also create keys from unRAID terminal? Regards.
  24. Hello, I setup passwordless login to my unraid server from laptop. I set path in Borgserver container: `ERROR: No SSH-Pubkey file found in /sshkeys` Regards.
  25. Thank You. Everything works fine. Regards.

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.