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.

viviolay

Members
  • Joined

  • Last visited

Everything posted by viviolay

  1. if anyone is using garage for their s3 storage, set the storage region to "garage" in the template.
  2. I'm just posting this in case anyone else is curious, but it looks like OIDC is implemented and able to be turned on. I didn't see it on rxresume's feature list on their main webpage but went searching on their github then documentation. I had assumed for a while it didn't have it, but I was wrong. Here are the env variables. It's from the self-hosting portion the website. Link # -- OpenID (Optional) -- # VITE_OPENID_NAME: OpenID # OPENID_AUTHORIZATION_URL: # OPENID_CALLBACK_URL: http://localhost:3000/api/auth/openid/callback # OPENID_CLIENT_ID: # OPENID_CLIENT_SECRET: # OPENID_ISSUER: # OPENID_SCOPE: openid profile email # OPENID_TOKEN_URL: # OPENID_USER_INFO_URL:
  3. re: The OnlyOffice container - more informative than anything. I realized recently my redis server wasn't being used despite the variables for ip/port/etc being set correctly. Took some time but eventually I learned that the documentserver community edition does not have redis enabled by default even if you have one setup in the variables. Here is a snippet from the startup script for the container (run-document-server.sh) starting at line 132. if [[ ${PRODUCT_NAME}${PRODUCT_EDITION} == "documentserver" ]]; then REDIS_ENABLED=false else REDIS_ENABLED=true fi The REDIS_ENABLED variable is forced to "false" if your PRODUCT_EDITION is not "enterprise" aka the community free edition. Setting the variable REDIS_ENABLED to "true" manually in the template is not enough to change this because of the product edition. I learned this eventually from a post in OO's forums trying to figure out why my onlyoffice and redis containers weren't interacting despite checking all my settings and network were correct. The rationale given by them is that since the community edition only allows 20 connections vs enterprise being unlimited, redis isn't needed even though its listed as a requirement. I just wish this information was easier to find regarding the docker container. This is purely informative not directive so people don't wonder what they were doing wrong and end up checking their network/containers/etc.
  4. Wanted to say thank you for taking the time to explain all these steps. I just got rabbitmq installed correctly using them.
  5. Hello! Thank you for putting together the PocketBase and grimoire containers. I checked this thread and changed the grimoire version to 0.3.1 as you suggested. Login works now. But Regarding pocketbase’s webui, I can’t seem to be able to access it. I get the following when navigating to it {"code":404,"message":"Not Found.","data":{}} even though the container itself is running and the port mapping seems to be correct?
  6. Hello, I bought a second basic license for future use. Do I need to use the activation key now or can I store it until I’m ready to build a second server?
  7. Hello, Sorry to bother, but my nextcloud docker was running without any issues (thank you again). However, it stopped being able to start due to the following error. /entrypoint.sh: 111: cannot create /usr/local/etc/php/conf.d/redis-session.ini: Permission denied I haven’t really changed anything or touched it at all really - so I’m not sure what could cause this? I am currently looking up solutions but wanted to post here too.
  8. Well, at least I have good company. Same issue here. Logs hit 100%. Would any specific diagnostic files help? Stopped and restarted array just b/c.
  9. Thanks for your help. I ended up turning off and back on the server and the drive showed up in the pool again. Even still, I'll go check the connectors/swap the cables. The drive is a recent-ish purchase - should I maybe look to exchanging it instead or it's more likely a cable/seating issue like you mentioned? Is there anything else that may cause this kind of error I should know? Thank you again for your help.
  10. Oh yes, it did! I didn't realize because I ended up turning off the Nextcloud update reminder since it was annoying me at the time. I told myself I would come back to it later to figure out why it didn't update to 25.05. But then, after seeing your post - I checked again and realized it's now on 25.05. Not sure when it happened, but it's settled now :). It is asking for 26 now, but I am happy with 25 right now re: apps and functionality. But am okay to upgrade whenever you think is best Thanks again!
  11. Hello, I’m new to managing my server and am having an issue with my logs being marked 100%. This is the 2nd time it happened and 2nd time I had to restart. upon this restart though, one of the 2 disks in my cache pool is marked as missing. I’m hoping someone can help me diagnose and fix the issue. attached is my diagnostics zip file. thank you. diagnostics-20230416-1522.zip
  12. So I updated (thanks again) the container in unraid - but my nextcloud is still showing as needing to update? Unsure if there was something else I'm missing.
  13. Hello, I tried to figure this out myself - but am at wit's end after spending the afternoon. I've tried another and then this template of invoiceninja - but I can't even get the webui to load (connection error). I also notice my log says In Connection.php line 760: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for http faile d: Name does not resolve (SQL: select * from information_schema.tables wher e table_schema = invoiceninjadb and table_name = accounts and table_type = 'BASE TABLE') In Connector.php line 70: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for http faile d: Name does not resolve In Connector.php line 70: PDO::__construct(): php_network_getaddresses: getaddrinfo for http failed: Name does not resolve I'm new to unraid and owning a server in general, so if it's something obvious - my bad - but I don't know how to get this to work.
  14. Thank you I see the update!
  15. Hello. Thanks for this version. I did want to ask, if this is based off the official image - when I want to update (nextcloud had a version update a few days ago) do I use the official repository?
  16. Thank you. I followed this instruction, and it did fix the cronjob issue but then I couldn't access my nextcloud. So I went back a page cause I remembered someone had a similar issue, and that you gave them two possible solutions. I took option 1 and changed the user in the template to "99:" and then changed ownership for both my data directory and nextcloud appdata folder to 99:100. Cron is now running every 15 min without issue and I can access nextcloud. Thank you
  17. Hi, sorry to bother you but i'm new to figuring out NC (I am using the multimedia version) but i've received a few errors in the logs for the cron-jobs. I wasn't sure what I should do/what my next steps should be? > Nextcloud Container ID: 697e2f649a96 > Running Script: ./run-cron-php.sh Your data directory is invalid. Ensure there is a file called ".ocdata" in the root of the data directory. Cannot write into "apps" directory. This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file. Your data directory is not writable. Permissions can usually be fixed by giving the web server write access to the root directory. See https://docs.nextcloud.com/server/25/go.php?to=admin-dir_permissions.

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.