[Support] selfhosters.net's Template Repository


Recommended Posts

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.

Link to comment

 

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?

Link to comment
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.

  • Like 1
Link to comment

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
Link to comment
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

Link to comment

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

Link to comment

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?

Link to comment

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

Link to comment
  • 2 weeks later...

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

Link to comment
  • 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. 

Link to comment

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.

Link to comment
  • 3 weeks later...
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

 

Link to comment
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

 

Link to comment

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)

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.