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.

[Support] selfhosters.net's Template Repository

Featured Replies

I was just wondering if there is a reason that the version of greylog that your template pulls is 3.1 rather than the latest, 4.0.6? Is it an issue to just change the repo pull tag in my own template?

Edited by xthursdayx

  • Replies 956
  • Views 362.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Hi   i fixed it by changing the rights of the data folder in /appdata/prometheus   chown -R 65534:65534 data   Maybe that helps you guys also.

  • Hi, the docker Adminer updates really often, I have updated it 3 times today.. is something wrong or is new version released this often? it is not the first time I have updated it several times on a s

  • APP: Backblaze   Blackblaze just released v8.5 and I just wanted to share my experiences with upgrading manually.   With the Portainer container running, I went into Portainer and

Posted Images

On 4/22/2021 at 3:35 AM, mikeylikesrocks said:

You should be able to go into the prefs.xml file located in your Crushftp9 folder located in your Appdata (if you use the standard locations) share.  Open the XML file and the banned ip's should be listed.  Below is an example of a banned IP.  Look for your ip or the ip of your reverse proxy server and delete that block.

 


<ip_restrictions_subitem type="properties">
			<start_ip>61.75.30.52</start_ip>
			<type>D</type>
			<stop_ip>61.75.30.52</stop_ip>
			<reason>05/29/2019 02:43:48.047:password attempts</reason>

 

After you have deleted the banned ip you can search for the "never_ban" and add your lan range.

 


<never_ban>127.0.0.1,10.0.*,172.*</never_ban>

 

Then save and restart the docker container.  

Thank you, worked a treat.

 

On 4/14/2021 at 4:58 PM, monarc said:

HI all, looks like the appdata mapping is missing for the chevereto docker container, can someone please share the correct mapping, actually what is the correct Host Path which needs to be mapped to e.g. /mnt/user/appdata/chevereto. Many thanks in advance for your help.

 

No one? Something easy I've missed?

  • Author
On 4/27/2021 at 2:03 PM, monarc said:

 

 

No one? Something easy I've missed?

It has no appdata, its all in the database. However I noticed the mount for the images got lost, the container path is /var/www/html/images, it will be in the template soon.

Hello,

I have installed the Mango container on my system.
Unfortunately no eBooks are imported.
I put in the in the directory /root/mango/library a few cbz documents. However, nothing is imported.
Also, I have turned on debug mode in the config. However, no errors are generated. It seems like there is nothing to do.
Does anyone have a tip on what my error could be?

Many greetings
bonbonJaeger

 

2021-04-29_13h52_12.png

2021-04-29_13h54_48.png

Edited by bonbonJaeger

Question....any idea why speedtest stops working when wireguard is active? I just have wireguard set up as a client so the whole Unraid server passing through wireguard (in fact it breaks my accessing Unraid apps too, so guess the issues are related).

 

Thanks!

On 4/29/2021 at 1:59 PM, bonbonJaeger said:

Hello,

I have installed the Mango container on my system.
Unfortunately no eBooks are imported.
I put in the in the directory /root/mango/library a few cbz documents. However, nothing is imported.
Also, I have turned on debug mode in the config. However, no errors are generated. It seems like there is nothing to do.
Does anyone have a tip on what my error could be?

Many greetings
bonbonJaeger

 

2021-04-29_13h52_12.png

2021-04-29_13h54_48.png

Here is the answer from mango github.

for those who got the same problem.

 

2021-05-04_10h28_40.png

I am not sure why I cannot get speedtest tracker to work but here is the log

 

# docker logs speedtest-tracker
[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...
usermod: no changes

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/


Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    911
User gid:    911
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-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] 40-config: executing...
Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb
[cont-init.d] 40-config: exited 0.
[cont-init.d] 50-speedtest: executing...
Copying latest site files to config
Database file exists
Env file exists
Running database migrations
Migrating: 2020_06_20_164502_update_speedtests_table

   Illuminate\Database\QueryException

  SQLSTATE[HY000]: General error: 1 duplicate column name: server_id (SQL: alter table "speedtests" add column "server_id" integer null)

  at /config/www/vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
    667▕         // If an exception occurs when attempting to run a query, we'll format the error
    668▕         // message to include the bindings with SQL, which will make this exception a
    669▕         // lot more helpful to the developer instead of just the database's errors.
    670▕         catch (Exception $e) {
  ➜ 671▕             throw new QueryException(
    672▕                 $query, $this->prepareBindings($bindings), $e
    673▕             );
    674▕         }
    675▕

      +12 vendor frames
  13  /config/www/database/migrations/2020_06_20_164502_update_speedtests_table.php:21
      Illuminate\Support\Facades\Facade::__callStatic()

      +21 vendor frames
  35  /config/www/artisan:37
      Illuminate\Foundation\Console\Kernel::handle()
App key exists
JWT secret exists
Slack webhook set, updating db

                                              
  Not enough arguments (missing: "webhook").  
                                              

Telegram chat id and bot token unset
Base path is unset
AUTH variable not set. Disabling authentication
Disabling authentication
Clearing old jobs from queue
[cont-init.d] 50-speedtest: 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.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[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...
usermod: no changes

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/


Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    911
User gid:    911
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-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] 40-config: executing...
Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb
[cont-init.d] 40-config: exited 0.
[cont-init.d] 50-speedtest: executing...
Ookla GDPR and EULA accepted. Downloading Speedtest CLI.
Connecting to install.speedtest.net (151.101.194.219:443)
saving to 'speedtest.tgz'
speedtest.tgz         72% |***********************         |  655k  0:00:00 ETA
speedtest.tgz        100% |********************************|  908k  0:00:00 ETA
'speedtest.tgz' saved
Copying latest site files to config

YouTube-dl Material.  Having a weird issue.  I noticed the the downloaded files were still sitting on the cache drive after a few days, I figured it was because it was running and had the files locked for some reason.  I stopped the container, ran mover to get the videos on the array and seemed good.  Restarted the container and after a few hours somehow the video are starting to migrate back on the cache drive and the json, txt and thumbnails are staying put on the array.. I can't figure out why that keeps happening.  any ideas?

Hey,

about overleaf
I have installed some texlive packages. Where are they saved?

Where are all files saved?
I can't see a mapping for appdata or files 😅

Edited by Konfitüre

Hi,

 

i've goit a question rg. shinobi pro cctv. All files created by the container are not writable by user users (e.g. when accessing via smb). Most containers use PUID/GPID 99/100 and a UMASK that allows file handling via e.g. smb. Is it possible to install the shinobi container in a way that it behaves the same way?

 

Thanks

  • 2 weeks later...

Draw.io.....Are we able to save the drawings on a share or is the only option to save/open it to/from our computers? Sorry im a bit confused how to have draw.io see a mapped share.

Hi - I am using this install of Monica/MonicaHQ and I am not receiving the reminder emails. I can receive the new user etc. emails but not reminder. I was checking on the github and there are few suggestions regarding cron, but I don't find cron installed in this docker.

 

Does the email reminders work for anybody else using this docker image? If yes, what did you do/setup to make it work?

 

Thanks

  • 2 weeks later...
On 4/7/2021 at 5:32 PM, Xarishark said:

The latest version of Deemix is saving files with wrong permissions! I am unable to move them or delete the files in the download folder over smb( I have one share every other folder made by other containers has no problem) docker permision script is fixing the file permissions. The container is using the default uid's (99 100) as any other container.image.thumb.png.37a731a465569356bd6234e1dd022ccc.png 

 

 

I had the same issue. Looking at the docker run commands on gitlab I noticed the container uses the variable UMASK_SET instead of UMASK to change set the permissions for files/folders. 

 

Changing the UMASK variable from UMASK to UMASK_SET fixed the permission issue for me. 

I just installed unpackerr and I'm wondering if there is some way to view the log file directly without having to use mc on the command line? if I try to open the file via SMB in a text editor I get a permission error.

 

Mostly trying to see what files the docker is unraring.

Will the invoice ninja docker update to v5 ? 

  • 3 weeks later...

Probably a really simple question but how do I add proxy for youtube-dl material? There is nothing in the settings so assuming I need to pass a variable in docker template?

can anyone tell me the was to register a user for Mango ? i changed the default username in the config.yml but it did not help

Any help on Traccar on here?

 

I've downloaded and set it up using traccar.xml

 

but when I start the docker I get:

 

Execution error

Server error

On 6/15/2021 at 10:44 PM, Benjamin Picard said:

Will the invoice ninja docker update to v5 ? 

I sure hope so.

On 11/2/2020 at 7:30 AM, HellraiserOSU said:

I'm trying to setup jira (god help me) and I'm a little stuck when using NGINX Proxy Manager.
I have my url in the Reverse Proxy Entry in the template, and NGNIX Proxy Manager setup to reverse proxy the container. I get into it fine from the outside using the url but any posts or deletes will generate the XSRF check failed response. Thus I can't even get past the initial step of creating a project.

 

Can someone let me know how I should setup NGINX Proxy Manager to handle this?

 

image.thumb.png.38e2784a12cf30400911471a12f13188.png

 

You ever get this working?  I have the same issue

 

On 7/19/2021 at 1:33 AM, davidjmorin said:

 

You ever get this working?  I have the same issue

 

Oh God I did..

I can't remember what I did..

I know I changed to MS SQL Server as the database... I think that was part of it..  I can't remember and searching my one note docs, I didn't write anything down sorry. If I remember I'll let you know

 

can we export data from speedtest tracker to prometheus ?

Gday kind people!

 

I just now found out you have a shinobi template, that pulls the original. 

However, its stated that you can enable hardware acceleration by adding --runtime=nvidia. and adding the proper parameters.

I have done this, but i don't get Cuvid as accelerator at start up.

Any idea what's happening?

 

(p.s. i've checked spelling and all that, parameters are correct)

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.

Guest
Reply to this topic...

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.