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.

Mystic

Members
  • Joined

  • Last visited

Everything posted by Mystic

  1. Unraid ver 7.1.4 installed leantime and its working. Attempting to configure the email is when I found issues. I found 2 sample configuration.php & the .env files in the config folder. I copied both files to the folder removing the sample; now the config folder has a configuration.php file and a .env file. So how do I set up the SMTP out mail and in which file. A quick answer is appreciated BUT if you want to point me towards the reading, GREAT!
  2. Dolibarr installed and working. I read the HOWTO on changing the login title which I did, HOWEVER, the @ 19.0.2 version is concatenated onto my title name. How do I remove it?? I want the login TAB to just read (site name) it currently reads (site name @19.0.2).
  3. So my home built server for 6 plus years has finally given out. I replaced it with a Dell Power Edge T430 with a MD1200 expansion. I am using HBA and I am having 2 issues: 1. twice now the system stopped acknowledging my USB ports 2. I now receive the following: fstrim: /mnt/cache: FITRIM ioctl failed: Remote I/O error I've read about downgrading the firmware for the fstrim issue - but was wondering if anything has changed since the post in 2021. Also were to start with the USB driver issue or at least I think it is a driver issue. I can supply logs, but just need to know best place to start the research to fix. I told my wife the NEW system was going to be a breeze to setup... wishful thinking on my part 🤬😡😠
  4. Updated to latest version and now ToDo will not start. Below is my log, I see a runtime error but don't know how to fix it. panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x730846] goroutine 1 [running]: debug/elf.(*Section).ReadAt(0xc000198000?, {0xc000140240?, 0x270?, 0x24?}, 0x40?) <autogenerated>:1 +0x26 archive/zip.readDirectoryEnd({0x8ac140, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:526 +0xf5 archive/zip.(*Reader).init(0xc0000bca80, {0x8ac140?, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:97 +0x5c archive/zip.NewReader({0x8ac140, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:90 +0x5e github.com/daaku/go%2ezipexe.zipExeReaderElf({0x8acaa0?, 0xc0000b0050}, 0xa18e30) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:128 +0x8b github.com/daaku/go%2ezipexe.NewReader({0x8acaa0, 0xc0000b0050}, 0x0?) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:48 +0x98 github.com/daaku/go%2ezipexe.OpenCloser({0xc0000ca180?, 0xc0000e5d10?}) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:30 +0x57 github.com/GeertJohan/go%2erice.init.0() /go/pkg/mod/github.com/!geert!johan/[email protected]/appended.go:41 +0x65 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x730846] goroutine 1 [running]: debug/elf.(*Section).ReadAt(0xc000192000?, {0xc000138240?, 0x270?, 0x24?}, 0x40?) <autogenerated>:1 +0x26 archive/zip.readDirectoryEnd({0x8ac140, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:526 +0xf5 archive/zip.(*Reader).init(0xc0000b8a80, {0x8ac140?, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:97 +0x5c archive/zip.NewReader({0x8ac140, 0xc0000aee00}, 0x210) /usr/local/go/src/archive/zip/reader.go:90 +0x5e github.com/daaku/go%2ezipexe.zipExeReaderElf({0x8acaa0?, 0xc0000b0048}, 0xa18e30) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:128 +0x8b github.com/daaku/go%2ezipexe.NewReader({0x8acaa0, 0xc0000b0048}, 0x0?) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:48 +0x98 github.com/daaku/go%2ezipexe.OpenCloser({0xc0000c4180?, 0xc0000dfd10?}) /go/pkg/mod/github.com/daaku/[email protected]/zipexe.go:30 +0x57 github.com/GeertJohan/go%2erice.init.0() /go/pkg/mod/github.com/!geert!johan/[email protected]/appended.go:41 +0x65
  5. I found it and man.... Let the games begin..... thanks
  6. Love this simple app. Is it possible to customize it a little more i.e. change todo to Order List. If so what file needs to be changed. I am running todo on unraid, so I will have to change the file, I just can't find title or whatever is adding the name to the list.
  7. Thanks @CorneliousJD, vi vs. GUI.... I hate to say for me GUI all the way. To understand... there is only one file in the directory that is a .env? So example file could be Idontknow.env..... vi opens the correct file because it is the only .env file in the directory BUT if the directory had 2 files with the .env extension I would have to specify file I wanted to edit... How's my logic??? Thanks for the GUI tip.
  8. I was unsure myself. So this is what I did. Click on the console access from the docker Heimdal I cut and past the cd /var/www/localhost/heimdall/ - this changed the directory type: vi .env - and the file will open correctly. I don't quite understand it because this .env seams to work like a wildcard of some sort but it open the correct file which you have to edit local host to subdomain.domain.com I hope that helps from one Newbie to another, Please anyone, step in and correct or educate us both on why the "vi" editor opens the correct file even when you type .env
  9. I have a password on Admin account. After I enter the password the re-direct says. "This site can't be reached". DNS shows correct SUB.IP:PORT. Once I refresh the page Heimdal dashboard works. Do you know any reason for this.
  10. I can confirm @Drhakar solution works. Thanks man, because I totally really on Heimdal and I spent the morning re-bookmarking sites that I use to get through the work day and it was brutal.... "I haven't bookmarked in years"! Vaultwarden was a slight help when I had a clue about a URL which was rare soooo, like I said a brutal, brutal day for me non-the-less. I never used vi to edit Heimdal's files before. After applying the fix, I change Heimdal to "Mystic Dashboard" which was something I've wanted to do for years.... NICE. Does anyone know where they keep the fav icon?? I'd love to change that as well.
  11. I wanted to report that my service is working after trying and failing at every mentioned configuration file listed in all the documents and discussions. The first change I noticed was while I was attempting different configurations a "error socket message" started popping up in red which was NEW code. When I left nothing still worked, so I cleared everything and re-installed the docker. With a new docker install and a new SSL cert/config file, I left for the day at 4:pm without testing, then returned home at 10:pm. The socket issue was resolved and I can only assume the developer(s) fixed it. I have done nothing different on the new install, so I assume the code has been updated/improved. I've said it before and I will say it again... keep up the great work! So audiobookshelf is working using the default settings and here is my setup. Installed on Unraid 6.9 ASUSTeK COMPUTER INC. ROG CROSSHAIR VIII HERO (WI-FI) , Version Rev X.0x American Megatrends Inc., Version 2702 AMD Ryzen 9 3900X 12-Core @ 3800 MHz NginxProxyManager generated config file which is NOW working. Proxy setup - websockets Support enabled nothing else - SSL generated but I didn't enable Force SSL When is comes to the Nginx Proxy Manager I most likely can also enable cache Assets and Block common Exploits but it is working for now so I will hold off. I also normally Force SSL but haven't as of yet... again I will enjoy the server for awhile before updating my config file. I just wanted to explain my setup in case it helps anyone. Server is working.
  12. I also have a reverse proxy. Unraid server. System just spins and never starts streaming. I updated my nginx config file as suggested and there was no change. Audiobooks play using internal IP but just spins when accessing using sub domain/reverse proxy..... This AudioBookShelf is a much needed server and a long time coming. The ease of use, auto bookmarking all get very high marks. Once the bugs are out it doesn't take a genius to know this should become very popular. Long time self-hosting user looking forward to the servers development and growth. KEEP UP THE GREAT WORK!
  13. My UnRaid Setup: Unraid OS Pro 6.9.2 ASUSTek ROG VIII Hero AMD Ryzen 9 12-Core I recently blew up my nextcloud docker and had to rebuild it. So I did last night 8/14/21. So it is the latest install of nextcloud. I first created a temp folder so that I could mirror all the users accounts I had and once that was done I switch nextcloud data folder back to the original and ran in the console: occ: files:scan --all. [don't worry I have set up duplicati so re-builds are easier in the future because I am bond to blow something else up 🤪.] Anyway - all is working as it should be. All the data has been updated and are correctly located in the folders or sub-folders. I can click and view anything. I can upload/download anything. What I can not do is Move or Copy data. ISSUE: 1 - navigate to a folder or file 2 - click on file 3 - click on the 3 dots and select Move or Copy I get an error box with "Could not move "filename", target exists I hope this is a simple disable or enable, however, I am getting better at editing .php files too 🤓. I can supply log files if you think it is needed. Need help! Mystic
  14. I am running Unraid 6.9.2. I’ve installed pydio cells. It is working and I can reach it on an external URL: https://pydio.mydoman.com. I installed the CellsSync client on Mac - BigSur. When I Create a Sync task - Connects to site BUT the TARGET PATH says… server closed the stream without sending trailers. NGINX Setup: Domain Names - pydio.mydomain.com Scheme - https Forward Hostnam/IP - mydomain.com Forward Port - 8181 Websockers Support - ON SSL Cert: pydio.mydomain.com Force SSL - ON HTTP2/ Support - ON HSTS Enabled - ON HSTS Subdomains - ON Newbie - need help setting up CellsSync. All logs can be provided.
  15. Yes, sorry should have mention that.
  16. Thanks for the response and confirmation of what I figured.... Now the challenge is why Booksonic will not permit access to any settings features. When I remove the context path from the docker and log in. As the admin, I get the following: Login from docker app the URL consist of the http://ip:port and everything works... Click on setting and I can configure. Login from my domain the URL is http://sub.domain.com:port and when I click on setting, nothing happens. Any Idea's?
  17. I can't get http or https to work. I can not figure out how to configurre NGINX with a docker variable CONTEST_PATH with Context_Path booksonic = http://sub.dommain.com:4040/booksonic - I can't configure Nginx with a sub after port. w/o Context_Path = http://sub.domain.com:4040 - this works but then settings and other menus can not be accessed. - Router is port forwarded to 4040 - Latest version of Unraid | ROG CROSSHAIR VIII HERO (WI-FI) | AMD Ryzen 9 3900X 12-Core @ 3800 MHz - NO-IP subdomain = audio and DNS pointing to domain.com. The URL is http://10.10.1.5:4040/booksonic/ - HOW do I configure this in Nginx, I can not figure it out. With the variable everything works but I get BAD GATEWAY when accessing it with my domain.
  18. check you network setup. I also use Heimdall and my dashboard is for everything, Dev, Work, Home, Entertainment etc.
  19. Heimdall working using reverse proxy Ryzen 9 Crosshair VIII hero Unraid version 6.8.3 Swag & Heimdall version installed Dec 19/20 PHP version 7.1 Yesterday at work, Heimdall started unpinning apps. I would pin them back and then hours later they were unpinned again. I found several post addressing the issue dated 2018. One solution I found was adding the following location to nginx: location /items { } Heimdall stopped working altogether. How can I stop Heimdall from unpinning apps?
  20. The php-local.ini file can be chnged using nano in terminal. Steps: Open Terminal - change to correct path ~# cd /mnt/user/appdata/nextcloud/php/ - the php directory is where you will find the php-local.ini file nano php-local.ini My file looks like this: date.timezone = America/New_York upload_max_filesize=20G memory_limit=8G max_execution_time=3600 max-imput_time=3600 [pdlib] extension="pdlib.so"
  21. Thanks @Michael_P your solutions worked like a charm with my setup.
  22. nextcloud still did not scan/update and I received the following error message: PHP Warning: PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /usr/lib/php7/modules/pdlib.so (Error loading shared library /usr/lib/php7/modules/pdlib.so: No such file or directory), /usr/lib/php7/modules/pdlib.so.so (Error loading shared library /usr/lib/php7/modules/pdlib.so.so: No such file or directory)) in Unknown on line 0 mCloud 20.0.3
  23. Both nextcloud/mariadb was installed today so they have the latest dockers versions. Everything is working correctly, I just need to know how to run a DB scanner so the files I copied to the new user are updated/indexed. I had to rebuild my nextcloud by mistakenly removing files while learning TERMINAL. I really screwed up because I set up Duplicati but never ran it so I didn't have a good backup. I recreated nextcloud/mariadb and everything is clean and NEW. I've decided to simply move using terminal. I just need to know how to run the "sudo -u www-data php console.php files:scan --all" script. My Setup UnRaid: vr 6.9.0-rc2 nextcloud: vr 20.0.3 Ryzen 9 3900X Memory: 32GB My instructions: To force NextCloud to scan for the new files in terminal type the following: cd /www/nextcloud sudo -u www-data php console.php files:scan --all My results: sudo: unknown user: www-data sudo: error initializing audit plugin sudoers_audit I can't seam to find out how to fix this. I've read several discussion talking about if the user is correct. however, I don't know how to find this information. and before I miss something up, I figured I'd asked for help.
  24. @ skois - I seen you post. I attempted to upload large files using the client and received the 504 error. I am going to try to move thing over is small chunks since nextcloud doesn't like large chunks . I found a thread about using terminal to move data. First I have to connect my Qnap to my Unraid server and then identify the location of the data and move it. I am sure they make it sound easier then it is but it maybe my only choice. I have this thread now sending me emails so I can keep up with your progress. And of course once I figure out using terminal to transfer data I will let you know how it goes..
  25. @skois - I configured the client and it corrected the uploaded files in seconds. I am going to attempt to upload as much as I can prior to maxing out my local drive. I guess I can development my tree top level folders and sub folders one by one.... A long process but maybe more reliable than the WEB. I will let you know how things go, Keep me posted with your progress.... No worries on time... a day a week, I am just happy someone more clever then me is on the case

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.