April 25, 20224 yr RADICALE Radicale is a small but powerful FOSS CalDAV (calendars, to-do lists) and CardDAV (contacts) server. There is a minimal WebUI. The only actions available are creating an address book/calendar, deleting an address book/calendar, or downloading the file associated with an address book/calendar. For the initial data sync, it is best to export the contacts/calendars from your current solution and upload them directly into Radicale via the WebUI. Application Name: radicale Application Site: https://radicale.org/v3.html Github: https://github.com/JPDVM2014/radicale Docker Hub: https://hub.docker.com/r/tomsquest/docker-radicale Image Creator Github: https://github.com/tomsquest/docker-radicale ------------------------------ FIVEFILTERS FULL TEXT RSS Retrieve full text articles and create an RSS feed. Application Name: fivefilters-full-text-rss Application Site: https://help.fivefilters.org/full-text-rss/ Docker Hub: https://hub.docker.com/r/heussd/fivefilters-full-text-rss/ Image Creator Github: https://github.com/heussd/fivefilters-full-text-rss-docker ------------------------------ UMAMI A simple, fast, privacy-focused alternative to Google Analytics. Application Name: umami Application Site: https://umami.is/ Image Creator Github: https://github.com/umami-software/umami/pkgs/container/umami ------------------------------ KAPOWARR Kapowarr allows you to build a digital library of comics. You can add volumes, map them to a folder and start managing! Download issues of the volume (or TPB's), rename them and move them. Application Name: kapowarr Image Creator Github: https://github.com/Casvt/Kapowarr Docker Hub: https://hub.docker.com/r/mrcas/kapowarr ---------------------------------- REIVERR Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. Application Name: reiverr Project Github: https://github.com/aleksilassila/reiverr Edited August 12, 20232 yr by JPDVM2014 Added Kapowarr template
October 23, 20223 yr Posting to say thank you! I have been running Radicale server container on my Unraid home server for a month now and it's been fantastic for organizing personal and family activities. Our family is using "OneCalendar" android app for connecting to it on our phones and personally I also use Thunderbird mail calendar on my PC.
October 23, 20223 yr Author Great to hear! I'll have to check out that app. I'm using etar currently.
December 4, 20223 yr this template is not working for me. >> [2022-12-05 06:23:07 +1100] [1] [CRITICAL] Invalid configuration: Failed to load config file '/config/config': [Errno 2] No such file or directory: '/config/config' >> By default the appdata share is templated as Read Only... after fixing that, Still got the above error... Any ideas on how to proceed ?
December 4, 20223 yr Author Did you follow the instructions at my github to setup the config and user files? https://github.com/JPDVM2014/radicale
April 3, 20233 yr hello, - add config/user files to /config directory. -delete admin user from user file and hash your own. -access the webGUI, uploaded addressbook file (vcard file). -after upload, edit addressbook and renamed to 'addressbook1'. -Up and running no problem. Thank you. I'm looking to make 'addressbook1' read-only, send help Edited April 3, 20233 yr by Tolete
April 3, 20233 yr Author You'll need the "Authentication and Rights" portion of the documentation here: https://github.com/Kozea/Radicale/blob/master/DOCUMENTATION.md It looks like it just involves changing the config to point to a rights file and giving each user/group of users specific read/write access. If I get a chance, I'll test it out and see what I can come up with.
April 3, 20233 yr im thinking something like this might work. Create a rights file with the following contents: [addressbook1] user: user1 collection: addressbook1 permissions: RW [addressbook1] user: user2 collection: addressbook1 permissions: R This will give user1 read and write access to addressbook1, and user2 read-only access to addressbook1. Edit your Radicale configuration file and make sure it includes the following: [server] ... [auth] type = htpasswd htpasswd_filename = /path/to/htpasswd/file ... [rights] type = authenticated file = /path/to/rights/file ... [collections] enabled = addressbook ... this would allow user1 to read/write access, while user2 would only have read access to the same addressbook1 Edited April 4, 20233 yr by Tolete
June 30, 20233 yr Hi ! Thank you for porting Umami to Unraid. I tested, the installation went well with a postgresql database and I can connect to the address 192.168.xxx.xx:3000. However, I cannot use a subdomain name, I get a 502 bad gateway error. Yet my NGINX proxy configuration is fine with another application. I think the problem is due to a missing variable: maybe HOSTNAME? https://umami.is/docs/environment-variables I miss something. An idea ? Thx for your help ! C.
July 1, 20233 yr Author My guess is it is something with your NGINX config. I don't have any extra variables added on mine. I use Traefik, but if I get a chance, I can try it out with NGINX to see if I have any issues.
July 1, 20233 yr Author 11 hours ago, Cockquinou said: Hi ! Thank you for porting Umami to Unraid. I tested, the installation went well with a postgresql database and I can connect to the address 192.168.xxx.xx:3000. However, I cannot use a subdomain name, I get a 502 bad gateway error. Yet my NGINX proxy configuration is fine with another application. I think the problem is due to a missing variable: maybe HOSTNAME? https://umami.is/docs/environment-variables I miss something. An idea ? Thx for your help ! C. Are you using NGINX Proxy manager or just regular NGINX?
July 9, 20232 yr Hi, Thank you for your response and sorry for the delay. I use NGINX Proxy manager, I tested many options, but nothing to do. And for traefik, it seems to be too complicated for me. I m waiting a other user of Umami and Nginx Proxy manager on the forum...
August 13, 20232 yr Hey did you have to do anything special to setup Reiverr? I am trying to set it up with Jellyfin. I put in the url and the api but nothing loads in Reiverr. Do I need to do anything else or does it just take time to load (its been more than 4 hours)?
August 13, 20232 yr Author 3 hours ago, MenacingMight said: Hey did you have to do anything special to setup Reiverr? I am trying to set it up with Jellyfin. I put in the url and the api but nothing loads in Reiverr. Do I need to do anything else or does it just take time to load (its been more than 4 hours)? I'm only testing it out with radarr and sonarr, so I haven't tried jellyfin. According to the creator's github, it looks like Jellyfin login is broken right now, but should be fixed soon.
March 2, 20242 yr Hey there, can't seem to add the root folder in Kapowarr in Media Management > Root Folder. I've tried /data/media/comics and every variation of that I could think of... not sure what I am and am not doing here. Edit: Added content... that seemed to work. I'm guessing thats it? Edited March 2, 20242 yr by stry8993
March 2, 20242 yr Author 3 hours ago, stry8993 said: Hey there, can't seem to add the root folder in Kapowarr in Media Management > Root Folder. I've tried /data/media/comics and every variation of that I could think of... not sure what I am and am not doing here. Edit: Added content... that seemed to work. I'm guessing thats it? Yep, /content is the correct root
March 3, 20242 yr I tried installing Reiverr but when I try to open the WebUI, it doesn't respond. What am I missing here ? Here is the log : > [email protected] deploy > PORT=9494 NODE_ENV=production node build/ query: PRAGMA foreign_keys = OFF query: BEGIN TRANSACTION query: SELECT * FROM "sqlite_master" WHERE "type" = 'table' AND "name" IN ('settings') query: SELECT * FROM "sqlite_master" WHERE "type" = 'index' AND "tbl_name" IN ('settings') query: PRAGMA table_xinfo("settings") query: PRAGMA index_list("settings") query: PRAGMA foreign_key_list("settings") query: SELECT * FROM "sqlite_master" WHERE "type" = 'table' AND "name" = 'typeorm_metadata' query: COMMIT query: PRAGMA foreign_keys = ON Data Source has been initialized! Listening on 0.0.0.0:9494
March 4, 20242 yr Author That looks normal to me. Have you tried manually typing in your server ip address and port 9494? I don't use reiverr anymore, but I installed it and my log is identical to yours, and the webui seems to work ok. Edited March 4, 20242 yr by JPDVM2014
March 4, 20242 yr ... I forgot I was setting all that up while remote... So obviously LAN IP not working... My bad, sorry, all working
March 4, 20242 yr Author 1 hour ago, unBrain said: ... I forgot I was setting all that up while remote... So obviously LAN IP not working... My bad, sorry, all working No problem! Happens to the best of us.
April 6, 20242 yr Hey! Thanks for the Readeck app. When I install, it quits immediately w/ the error `ERROR: error loading configuration (strconv.ParseBool: parsing "": invalid syntax)` Any idea what might be going on? I had to update the port, but both the `PORT` and `Internal_Port` variables match. I tried with and without the `Allowed_hosts` since I'm just running it locally and the server endpoint is just left as `/` and I set the `Host` to my server ip.
April 6, 20242 yr Author 6 hours ago, adambeck7 said: Hey! Thanks for the Readeck app. When I install, it quits immediately w/ the error `ERROR: error loading configuration (strconv.ParseBool: parsing "": invalid syntax)` Any idea what might be going on? I had to update the port, but both the `PORT` and `Internal_Port` variables match. I tried with and without the `Allowed_hosts` since I'm just running it locally and the server endpoint is just left as `/` and I set the `Host` to my server ip. Just to cover your bases. You shouldn't have to change the internal port variable. That should stay at 8000. And host can stay 0.0.0.0. Or, if you don't want it to be all zeros, you should be able to set it to "readeck" without quotes. (Or whatever you named the container, if you named it something else) Edited April 6, 20242 yr by JPDVM2014
June 20, 20242 yr Hi. I just downloaded BookBounty, set it up as folder in order to place downloads directly in my Readarr folder, and BB finds all my wanted books from Readarr. When I click on the ‘download’ button from Library Genesis side of the GUI, all the files are added and get a ‘searching…’ status, and that’s it. Nothing moves, I got a grey stripped bar at the top and every files stay in ‘searching…’ state. Am I missing something? Thanks for any help.
June 20, 20242 yr Author Can you post a screenshot of your template? Also, is there anything in the container logs? Edited June 20, 20242 yr by JPDVM2014
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.