[Support] A75G Repo


Recommended Posts

Any tips on getting Searx to work?

 

This is all I'm getting in the logs:

searx version 1.0.0-224-762c1c41

⚠️ Check new version /etc/searx/uwsgi.ini.new to make sure searx is working properly
⚠️ Check new version /etc/searx/settings.yml.new to make sure searx is working properly
Listen on 0.0.0.0:8080
[uWSGI] getting INI configuration from /etc/searx/uwsgi.ini

 

WebUI is not loading.

 

What's the secret?

Link to comment
  • 2 weeks later...

How do I create this database file for matrix?

database:
  name: sqlite3
  args:
    database: /homeserver.db

 

Docker dont have homeserver.db file

 

error from log

2021-10-02 18:40:01,734 - root - 336 - WARNING - main - ***** STARTING SERVER *****
2021-10-02 18:40:01,734 - root - 337 - WARNING - main - Server /usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py version 1.43.0
2021-10-02 18:40:01,734 - root - 338 - INFO - main - Server hostname: mx.home
2021-10-02 18:40:01,735 - root - 339 - INFO - main - Instance name: master
2021-10-02 18:40:01,735 - synapse.app.homeserver - 360 - INFO - main - Setting up server
2021-10-02 18:40:01,735 - synapse.server - 308 - INFO - main - Setting up.
2021-10-02 18:40:01,737 - synapse.app._base - 163 - ERROR - main - Exception during startup
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 363, in setup
    hs.setup()
  File "/usr/local/lib/python3.7/dist-packages/synapse/server.py", line 310, in setup
    self.datastores = Databases(self.DATASTORE_CLASS, self)
  File "/usr/local/lib/python3.7/dist-packages/synapse/storage/databases/__init__.py", line 48, in __init__
    with make_conn(database_config, engine, "startup") as db_conn:
  File "/usr/local/lib/python3.7/dist-packages/synapse/storage/database.py", line 127, in make_conn
    native_db_conn = engine.module.connect(**db_params)
sqlite3.OperationalError: unable to open database file

 

Edited by IngZ
Link to comment

image.thumb.png.f69bd58c0030a7a9829e79a1ca6a294c.pngHi there, I had wallabag installed and i couldn't remember the password I had set (hindsight I realised that the default username and password was in the docker template). I uninstalled wallabag and reinstalled, but for some reason the css and everything else isn't being loaded correctly. This also happening on other browsers. This only came about after reinstalling. I did try searching up to see if anyone else has had the same issue, but couldn't find anything of note.

 

I do see there is an option to import from pocket, but any way to auto sync from pocket? I take it take articles are saved. so that if in a years time the web page disappears or changes, then the article is still preserved?

Link to comment
On 10/11/2021 at 10:35 PM, Goldmaster said:

image.thumb.png.f69bd58c0030a7a9829e79a1ca6a294c.pngHi there, I had wallabag installed and i couldn't remember the password I had set (hindsight I realised that the default username and password was in the docker template). I uninstalled wallabag and reinstalled, but for some reason the css and everything else isn't being loaded correctly. This also happening on other browsers. This only came about after reinstalling. I did try searching up to see if anyone else has had the same issue, but couldn't find anything of note.

 

I do see there is an option to import from pocket, but any way to auto sync from pocket? I take it take articles are saved. so that if in a years time the web page disappears or changes, then the article is still preserved?

 

You need to fix your domain variable, set  it to your home/server IP-address.

  • Thanks 1
Link to comment
  • 3 weeks later...
On 10/9/2021 at 7:52 PM, jabajames said:

Morning all,

 

Ref ChangeDetection.io, How do I go about getting the WebDriver working for sites that require JavaScript? I've tried enabling and adding environment variables but to no avail. I appreciate any and all help offered.

 

Jay

 

Bumping this one - i would also be interested in getting webdriver working

Link to comment

I'm looking for some help with the NetBox docker for unraid.  After install the Netbox page loads just fine but if I try to login using admin/<my password> and am not able to login.

 

if I run ./manage.py createsuperuser i get this error

<class 'redis.exceptions.AuthenticationError'> Authentication required. Python version: 3.10.0 NetBox version: 3.0.11-dev

 

Any thoughts?

Link to comment

Netbox Container

I managed to get the container running and i managed to create a user but after logging in i get the following error: 

Webinterface:
<class 'redis.exceptions.ConnectionError'> Error 99 connecting to localhost:6379. Cannot assign requested address. Python version: 3.10.0 NetBox version: 3.0.11-dev

 

Container logs: 

/usr/local/lib/python3.10/site-packages/django/views/debug.py:420: ExceptionCycleWarning: Cycle in the exception chain detected: exception 'Error 99 connecting to localhost:6379. Cannot assign requested address.' encountered again.


Any Thoughts?

Edited by DrDirtyDevil
added info
Link to comment
  • 3 weeks later...
  • 2 weeks later...

Hi all

 

I am a noob and have literally very little knowledge in this stuff.

My goal is to make my hCaptcha from the Epicgames Freegames Node Docker available from everywhere and not just local WiFi. I have tried to find a solution with the information on the docker page

Webserver setup

    Expose port 3000 in your Docker run config (e.g. -p 81:3000 maps the host machine's port 81 to the container's port 3000)
    If you want to access the Captcha solving page from outside your network, setup any port forwarding/reverse proxy/DNS
    Set the webPortalConfig.baseUrl in the config
    The web portal uses WebSocket to communicate. If you're using a reverse proxy, you may need additional configuration to enable WebSocket. This guide from Uptime Kuma covers most scenarios.

 

The way I have tried it, didn't work. I am using SWAG as my reverse proxy (got it working today for nextcloud and deluge with some YouTube tutorials). Has anyone managed to make epicgames available from outside your local network with swag? What configuration files are you using?

 

Here is what I have at the moment (have tried a lot of possible configurations with commenting out lines, which were generating problems .. I know I was just poking with the hope it will just work, but it didn't..).

server {
  listen 443 ssl http2;
  server_name epic.*;
    include /config/nginx/ssl.conf;

  location / {
   # proxy_set_header   X-Real-IP $remote_addr;
   # proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
	
	    include /config/nginx/proxy.conf;
        include /config/nginx/resolver.conf;
        set $upstream_app XXXXX;   <---- here is the local IP of my server (f.e. 192.168.1.100)
        set $upstream_port 3055;   <---- This is the port of my Server
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;
#    proxy_pass         http://XXXXX:3055/;
#    proxy_http_version 1.1;
    proxy_set_header   Upgrade $http_upgrade;
    proxy_set_header   Connection "upgrade";
  }
}

 

I'd be glad for any help, thanks!

 

Cheers

 

 

Edit: I've solved the problem

 

Here is the domain config:

## Version 2021/05/18
# make sure that your dns has a cname set for epicgames and that your epicgames container is not using a base url


server {
  listen 443 ssl http2;
  listen [::]:443 ssl;
  
  server_name epic.*;
  
    include /config/nginx/ssl.conf;
	
	client_max_body_size 0;

  location / {
	    include /config/nginx/proxy.conf;
        include /config/nginx/resolver.conf;
        set $upstream_app XXX.XXX.XXX.XXX;  # COMMENT: here is the local IP of my server (f.e. 192.168.1.100)
        set $upstream_port 3055;            # COMMENT: this is the docker port from epicgames - yours may be different
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;


#    proxy_set_header   X-Real-IP $remote_addr;
#	 proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
#    proxy_pass         http://XXX.XXX.XXX.XXX:3055/;
#    proxy_http_version 1.1;
#    proxy_set_header   Upgrade $http_upgrade;
#    proxy_set_header   Connection "upgrade";
  }
}

 

 

 

And very important, in the epicgames-freegames appdata you have to modify the webportalconfig -> BaseURL to the "base URL" -> for example "https://epicgames.myserver.com".

VERY IMPORTANT - leave the https:// at the beginning, or try with http:// I don't know which one will work for you, but without the https:// part for me it wasn't even starting properly.

Edited by Doublemyst
Solved the problem
Link to comment

Question regarding NUT Docker.

How can i make it accessible with Nginx reverse proxy from WAN?

inside LAN it is working fine with nutfs protocol.

Accessing from WAN i am lost. please help. Thx.

I tried already https protocol with SSL. With browser i get 404 which is ok i think. but with the nintendo i get nothing. no listing and in log i see: HEAD /api/scan HTTP/1.1" 401

 

Link to comment

Can someone tell me how to determine the last used index for Redis? I'm attempting to setup Authelia and the config file requests an index that's not used. I can't remember what I previously used Redis for prior to Authelia setup, so I'm trying to see if there's a console/terminal command I can run that'll tell me what's being used or not. My other option was to just turn off Redis and see what's not working, but I'd like to pursue this option first. Thanks

I found the below details. But I don't know how to make heads or tails of it in unraid.
https://stackoverflow.com/questions/12802726/how-to-list-all-redis-databases

Edited by ThatTallGuy21
Included link to stackoverflow site I found during research
Link to comment

I'm trying to get Mumble server running however I get this error in the log.

 

<W>2022-01-03 18:20:40.112 Initializing settings from /etc/mumble/config.ini (basepath /etc/mumble)
<W>2022-01-03 18:20:40.298 MetaParams: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA"
<F>2022-01-03 18:20:40.341 ServerDB: Failed initialization: out of memory Error opening database

<X>2022-01-03 18:20:40.420 SSL: OpenSSL version is 'OpenSSL 1.0.2k 26 Jan 2017'

<W>2022-01-03 18:20:40.422 Initializing settings from /etc/mumble/config.ini (basepath /etc/mumble)
<W>2022-01-03 18:20:40.606 MetaParams: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA"
<F>2022-01-03 18:20:40.642 ServerDB: Failed initialization: out of memory Error opening database

<X>2022-01-03 18:39:13.454 SSL: OpenSSL version is 'OpenSSL 1.0.2k 26 Jan 2017'

<W>2022-01-03 18:39:13.455 Initializing settings from /etc/mumble/config.ini (basepath /etc/mumble)
<W>2022-01-03 18:39:13.568 MetaParams: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA"
<F>2022-01-03 18:39:13.589 ServerDB: Failed initialization: out of memory Error opening database

<X>2022-01-03 18:39:13.639 SSL: OpenSSL version is 'OpenSSL 1.0.2k 26 Jan 2017'

<W>2022-01-03 18:39:13.640 Initializing settings from /etc/mumble/config.ini (basepath /etc/mumble)
<W>2022-01-03 18:39:13.755 MetaParams: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA"
<F>2022-01-03 18:39:13.776 ServerDB: Failed initialization: out of memory Error opening database

 

Link to comment
On 12/9/2021 at 6:07 AM, mkono87 said:

Issue with Synaps Admin. How do you create an admin account? I tried logging in with my matrix user but just says session expired.

It sounds like the same issue i had, its logging you out as the user is just a room admin and not a server admin.

goto your databas and run this

 

UPDATE users SET admin = 1 WHERE name = '@foo:bar.com';

 

obviously change the last bit to the user name of the user you want to make a server Admin

 

 

Source: https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html

Edited by Liquido2
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.