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.

itlists

Members
  • Joined

  • Last visited

Everything posted by itlists

  1. The grant statement is correct. Looks like it needs the DB root/admin account credentials. Will try with that next Using the root credentials worked. I can login to recipes docker now. However, in System settings, the database warning still shows up: Database Info This application is not running with a Postgres database backend. This is ok but not recommended as some features only work with postgres databases. This is setup to use postgres, so why?
  2. Start up log: Updating database Operations to perform: Apply all migrations: admin, auth, authtoken, contenttypes, cookbook, sessions Running migrations: Traceback (most recent call last): File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) psycopg2.errors.InsufficientPrivilege: permission denied to create extension "pg_trgm" HINT: Must be superuser to create this extension. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "manage.py", line 15, in <module> execute_from_command_line(sys.argv) File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/base.py", line 330, in run_from_argv self.execute(*args, **cmd_options) File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/base.py", line 371, in execute output = self.handle(*args, **options) File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/base.py", line 85, in wrapped res = handle_func(*args, **kwargs) File "/opt/recipes/venv/lib/python3.8/site-packages/django/core/management/commands/migrate.py", line 243, in handle post_migrate_state = executor.migrate( File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/migrations/executor.py", line 117, in migrate state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, fake_initial=fake_initial) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/migrations/executor.py", line 147, in _migrate_all_forwards state = self.apply_migration(state, migration, fake=fake, fake_initial=fake_initial) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/migrations/executor.py", line 227, in apply_migration state = migration.apply(state, schema_editor) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/migrations/migration.py", line 124, in apply operation.database_forwards(self.app_label, schema_editor, old_state, project_state) File "/opt/recipes/venv/lib/python3.8/site-packages/django/contrib/postgres/operations.py", line 24, in database_forwards schema_editor.execute("CREATE EXTENSION IF NOT EXISTS %s" % schema_editor.quote_name(self.name)) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/base/schema.py", line 142, in execute cursor.execute(sql, params) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 66, in execute return self._execute_with_wrappers(sql, params, many=False, executor=self._execute) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers return executor(sql, params, many, context) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/utils.py", line 90, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/opt/recipes/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) django.db.utils.ProgrammingError: permission denied to create extension "pg_trgm" HINT: Must be superuser to create this extension. Applying cookbook.0003_enable_pgtrm... 0 static files copied to '/opt/recipes/staticfiles', 675 unmodified, 1300 post-processed. Done [2020-10-28 20:16:53 +0000] [1] [INFO] Starting gunicorn 20.0.4 [2020-10-28 20:16:53 +0000] [1] [INFO] Listening at: http://0.0.0.0:8080 (1) [2020-10-28 20:16:53 +0000] [1] [INFO] Using worker: sync [2020-10-28 20:16:53 +0000] [12] [INFO] Booting worker with pid: 12
  3. Got this installed with PostgreSQL container as well. However, when connecting to the webui, I get Server Error (500) on http://192.168.x.x:8154/setup/ I see that the tables have been created in db.
  4. Thanks for the instructions! How do I choose :13 during the install?
  5. Thanks for the reply. I'm not too handy with DB commands. Is there a particular postgresql docker and a DB management docker you recommend to setup the user and DB in postgresql?
  6. Thanks for this!! Can MariaDB be used instead of postgreSQL?
  7. Just updated tt-rss and now the login page shows this error: Your access level is insufficient to run this script. Also, the URL automatically redirects from https://rss.mydomain.com to https://rss.mydomain.net/public.php?op=dbupdate My user account doesn't work and neither does the default admin/password that tt-rss has at first run. Both give the same error above.
  8. I have a few proxy hosts setup and working fine with Lets Encrypt certs for a few months. Tried creating a new proxy host today and keep getting "Internal Error" in GUI. Log is pasted below [8/28/2020] [9:04:14 PM] [SSL ] › ℹ info Requesting Let'sEncrypt certificates for Cert #15: grocy.domain.com [8/28/2020] [9:04:16 PM] [Nginx ] › ℹ info Reloading Nginx [8/28/2020] [9:04:16 PM] [Express ] › ⚠ warning Command failed: /usr/bin/certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-15" --agree-tos --email "[email protected]" --preferred-challenges "dns,http" --webroot --domains "grocy.domain.com" Saving debug log to /config/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for grocy.domain.com Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. Waiting for verification... Cleaning up challenges Failed authorization procedure. grocy.domain.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from https://grocy.domain.com/.well-known/acme-challenge/-e-long-string-of-characters-4 [2606:4700:3037::681c:12a2]: "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js "
  9. Thanks. Any workaround for this other than clearing unRaid cache?
  10. Is there a way to reset the qBT config settings without removing and re-installing the container?
  11. I change the default admin password through qbt webUI. When I tried to login to the webUI with new password, I keep getting rejected. The login screen just keeps refreshing when clicking on Login
  12. One other question: I have a separate reverse proxy docker running and want to point rss.domain.com to the rr-ss instance. Do I need to change the URL path variable to the public address above or leave it at lanIP:8000 ? Thanks EDIT: Got an error browsing to rss.domain.com saying that the url path has to match https://rss.domain.com. I made the change but keep getting the same error message when browsing to the public site. SOLVED: had to edit config.php to add the new URL path and it works now. This means it can only be accessed one way - either public URL or private IP, but not both at the same time. Hmmm...
  13. Fantastic! Working now. Thanks
  14. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 19-newdefault: executing... [cont-init.d] 19-newdefault: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-config: executing... DB_TYPE set, injecting env variables into config.php [cont-init.d] 30-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
  15. Screens attached below. I tried without putting the port in the URL path and it gave an error message on the website to add the port. So *something* is working... I created the db and db user and granted the user full priv to the db. However, the db is empty; there are no tables created.
  16. Hi, just installed the lunik1/docker-tt-rss container. Configured a db and user in advance, put it into the docker config. No errors in log when starting. But going to http://serverIP:8000 gives nothing... blank page. Any ideas? Thanks!
  17. For those backing up linux (ubuntu) clients, what settings are you using on the server for client settings? Specifically, I want to exclude mapped nfs shares on the client from the backup image since these shares map back to the unraid server
  18. Digging the app! Thanks very much. Is there a way to disable or make optional some of the required fields when creating a recipe? eg: prep time, cooking time, etc. I don't care to put those in every time Thanks!
  19. Any idea about this? I can't find any info on the official wiki either... Thanks
  20. Transmission_VPN updated today and getting an error in the logs: Tue Jun 2 10:35:24 2020 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:02 Tue Jun 2 10:35:24 2020 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) Tue Jun 2 10:35:24 2020 Exiting due to fatal error Was working fine prior to today's update. EDIT: decided to restart the server, which seems to have fixed the issue. Strange though that a reboot is required.
  21. Thank you, got it working now! Another question - where is the 'extensions' folder in the unraid instance? I don't see it under appdata/freshrss Thanks!
  22. Is there a way to pass environment variables for miniflux? https://miniflux.app/docs/configuration.html I want to have it refresh feeds more often than the default 60 minutes.
  23. Hi, I've installed mySQL, created a db and user + password for the db. However, getting an error when configuring freshrss. The db, rssreader, is empty and the account freshrss has full priv on the db
  24. Getting 502 Bad Gateway error EDIT: working externally now... must triple check typing!!!
  25. Hi, looking for a little help to https working with NginxProxyManager. Screenshot shows config for vault.domain.com http works fine when using http scheme, disabling ssl/http2 and forward port to 1080 (configured in bitwarder container as well). http also works fine by going to the local server IP:1080, however can't login as admin because it says https is required. Is there a way to log in locally with https? With the below https config, firefox gives error "This page isn't redirecting properly"

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.