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.

C4ArtZ

Members
  • Joined

  • Last visited

Everything posted by C4ArtZ

  1. Almost. You're missing the comma after "auth" : null } and you should probably format it like I have below. PV might still complain if you don't format it exactly like it expects. It should look like this: { "search": { "host": "http://10.0.0.10:9200", "log": false, "version": "7.x", "auth": null }, "auth": { "password": null }, "binaries": { "ffmpeg": "/usr/bin/ffmpeg", "ffprobe": "/usr/bin/ffprobe",
  2. Your JSON syntax is invalid. Make sure it starts after the first "{" and there is a comma after the closing } of "search". It should be indented the same as the entry below it. Sorry, poor choice of words by me. I will change the template description.
  3. Release 0.26 seems to break the Elasticsearch integration. When the template was created, Elasticsearch was optional. I have updated the template to only target /porn-vault:porn-vault:0.25.0-alpine. (Thank you @DenizenEvil!) You should be able to get the new template in about 2 hours from now. I would recommend removing the old container + image from your server before downloading the new one. All your data should be in the persistent share you specified. I will try release 0.26 again in a week or two.
  4. Could it be this? Can you tell what's the difference between the ones that play and the ones that don't?
  5. The template does not create a database. You can either create a database in a seperate container or use the internal sqlite database. During the first time setup farmOS will ask you what you prefer.
  6. Sadly I can't get it to work aswell. I know too little about elasticsearch to be of any help. You might want to try creating an issue on their Github page.
  7. I personally haven't tried it. Did you add elasticsearch to your PornVault config like it is described here?
  8. I don't have "https://" in the domain field and I also didn't change the WebUI like AwesomeAustn suggested. Can you try the following proxy conf with "kutt.yourdomain.com" in the domain field? When I click on WebUI it redirects me to the specified domain. Here is my swag config (don't forget to use a seperate docker network): server { listen 443 ssl; listen [::]:443 ssl; server_name kutt.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app kutt; set $upstream_port 3000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  9. This is the general support thread for all Docker templates by me. Please know that I can only really support the template itself. Most issues within the containers are best handled with their maintainers. You can find them by clicking on the "Project" link here or within Unraid. I currently have templates for: valetudo mapper [Project] Kutt [Project] emby sync [Project] farmOS [Project] Subvert [Project]

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.