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.

ptchernegovski

Members
  • Joined

  • Last visited

Everything posted by ptchernegovski

  1. Awesome, thank you so much! Will be great to play this with the kids via home server. Glad FTB is easy.
  2. Was after stoneblock 2 mostly if possible thanks
  3. Hey, Just wondering what other servers you have on your list to make, and if you have an idea when they will be added? Is there anything we can do to help make them too? Happy to try help if I can. Thanks
  4. Hi, I have the CSMM-7DtD installed, and set up. I followed the guide at: https://7dac.net/hosting-csmm-on-an-unraid-server/ When I try to go to csmm.mydomain.com I can access the page, but when I click "sign in" it says "this site can't be reached". I have tried settings as both https, and http. There is probably something simple I am missing. I am using nginx. Any idea on what I missed? Thanks
  5. Awesome, thank you! Sent from my Redmi 8 using Tapatalk
  6. Hey, Do you have any plans for other packs? Would love to see, if possible, Stoneblock 2, Pixelmon, and something Galacticraft based. Thanks
  7. Hi, Sorry have a newborn, missed your message. No, only one container needed, you can create user for each person using it. The commands are for syncing the libraries, the only thing you would have to do after adding more music is go to library, and press import button Sent from my Redmi 8 using Tapatalk
  8. Overview: Support thread for Funkwhale all in one in CA Application: Funkwhale - https://funkwhale.audio/ Docker hub: https://hub.docker.com/r/funkwhale/all-in-one This is not my docker, nor am I involved in the project. I will do what I can to help. I made this template, so the docker can be installed via Community Applications. Instructions: Installation. 1. Change "FUNKWHALE_HOSTNAME" to your funkwhale instance if using reverse proxy. 2. Change "NESTED_PROXY" to "1" if using behind a reverse proxy. 3. Set your existing music library for /music. Note, if uploading music via Funkwhale, it will do so at the /data location. 4. Press apply. Wait for container to install, and start. Can take a while. 5. Open console at top of screen. 6. In console, run command "sudo docker exec -it Funkwhale-all-in-one manage createsuperuser" Follow instructions to set up the admin account. 7. Login to funkwhale, go to Library under "add content", and create a library. Click the "details" button on your newly created library and get the library ID from the URL bar. It will look similar to the format of: b8756c0d-839b-461f-b334-583983dc9ead. To import existing music, for file structures similar to ./Artist/Album/Track.mp3. Change "$yourlibraryID" in commands to your library ID from URL bar. 8. In console, run following commands: For mp3 - "sudo docker exec -it Funkwhale-all-in-one /usr/bin/python3 /app/api/manage.py import_files $yourlibraryID "/music/**/**/*.mp3" --in-place --async" For flac - "sudo docker exec -it Funkwhale-all-in-one /usr/bin/python3 /app/api/manage.py import_files $yourlibraryID "/music/**/**/*.flac" --in-place --async" Type "yes" when prompted. 9. To add existing music to library, go to Content, under "Upload third-party content in a library" choose "Get Started". 10. Click "Upload", in next page, scroll down. You should see your existing library. To import it all, click "Import".
  9. Hi, Have this installed now, and just trying to set up the reverse proxy for it. When I got to the address I made, or try to use the IP address for it, I get this screen. Is there a setting in I am missing possibly? I am using swag, and cloudflare for reverse proxy Sent from my Redmi 8 using Tapatalk
  10. NP, good luck. Hope it works! Sent from my Redmi 8 using Tapatalk
  11. Hey @TechMed Attached is my setup for "Root Folder" in readarr. It is the location where your books are stored, as you set it in the docker settings when installing. I have attached my settings too. So you will be looking for the "/books" as your path. For indexers, and download clients, you can hit the "test" button when adding them, to test the connection works with settings you have installed. Any problems, feel free to DM me, and I will help with what I can.
  12. Thank you for posting this. I have been sitting here for a few hours, trying to figure this out! My calibre can now see my existing library, and is importing, author by author. On that note, I have just got readarr installed, and working. It has settings to link to calibre. How would I go about linking them, when I tried what it said, it didn't work. Because at the moment, readarr sends completed books to /mnt/user/media/eBooks/books/ and into each author's subfolder. So to put into calibre, I currently have to manually do each folder for each author. Would like them to be linked, or even have it see changes automatically.
  13. Hey, So update on my java permission problem. Not sure if it was an AMP update, or me finally going to 6.9.2, but I can now start worlds fine. Only problem is now seeing it on the network. I will try look into that this weekend. Direct connect doesn't work show it, neither does scanning. I am also interested in Swag reverse proxy setup. I will have a play this weekend with that too. Sent from my Redmi 8 using Tapatalk
  14. FYI, this was on the cubecoders discord overnight my time. Will try see if this was causing my problem over the weekend Sent from my Redmi 8 using Tapatalk
  15. Hmmm, ok. So I restarted the docker, still same issue. Then I restarted the server. Still same issue. Even tried deleting it, all data, and reinstalling it. Still doing the same thing.
  16. Have had a read back over the posts here again. Saw about changing permissions possibly in Krusader due to being denied access when go into the appdata from a Windows PC. I am being denied access when try that, but can't seem to change permissions from Krusader. What would be the commands I need in command line to change it?
  17. Hi, So java is showing as 11 (openjdk)[system default]. I am using an AMP key. Have attached the screenshot of what comes up. Here is the console output: main/INFO 19:58:09 Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' main/FATAL 19:58:09 Failed to start the minecraft server Console 19:58:09 java.lang.RuntimeException: java.nio.file.FileSystemException: .: Operation not permitted at cyg.<init>(SourceFile:98) ~[minecraft_server.jar:?] at cyg.a(SourceFile:105) ~[minecraft_server.jar:?] at net.minecraft.server.Main.main(SourceFile:117) [minecraft_server.jar:?] Caused by: java.nio.file.FileSystemException: .: Operation not permitted at sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[?:?] at sun.nio.fs.UnixPath.toRealPath(UnixPath.java:860) ~[?:?] at cyg.<init>(SourceFile:96) ~[minecraft_server.jar:?] ... 2 more
  18. I may be having a too tired moment, but I have got this installed, and able to login with the webui. I am trying to run minecraft on it. When I try to even set up a vanilla world, making no changes to the config, I get the error of "minecraft stopped within 5 seconds of starting", and saying due to java. I didn't change much in the install, just added my own password, mac address, and my license. Am I missing something simple?
  19. So have been having an issue, when I have been downloading with NZBget, and it moves to my media share, Plex will freeze trying to scan files. I have to restart Plex to get it to load new files, and run ok. If I stop NZBget, Plex will run ok for about an hour, then freeze again. It causes issues watching things on the same network, and also people remotely can struggle to even see the content. Log file attached Plex Log.txt
  20. Have this installed, and a vanilla world running, thank you for this. Just wondering, if anyone has got any FTB packs running? If so, how? The world I want to run won't start, and tried to follow guides about MineOS, but they are for the Turnkey version.
  21. Ahhh, was going off memory, and for some reason thought you had said it was something for a future UUD. Sorry for the confusion
  22. Looking good! I have started playing with Varken a little for when 1.5 drops. Really hope you can get an Nvidia panel or 2 working to show load, etc, for things like hardware transcoding in Plex. Or Folding at Home using those GPU's too....
  23. Yea, I let it go hard on all cores because gets more work done. Have a tower cooler on it at least. Can't wait for 6.9 so I can see temps....hopefully
  24. Hopefully this week I will be able to upgrade a drive as case is full lol
  25. Have managed to follow @GilbN's guide from page 1, and have it mostly up and running, it looks great! Only things not showing are "system temps", and "system power". I am running a Ryzen 3600 on Nvidia Unraid 6.8.3 though. Screenshot added to make people cringe at how full my drives are

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.