Everything posted by PSYCHOPATHiO
-
Unraid Feature Request Wishlist
Something occurred to me today I don't know if it was mentioned on the forums or not, regarding unraid DNS. I was working on pfSense & adjusting issues with DNS on unraid as I have 2 separate networks connecting into unraid & the DNS keeps giving me problems from time to time depending on the changes I make in either pfSense BOX. I was thinking if there was ever gonna be an implementation of DNS of HTTPS (DOH) in the future or anything related to selecting DNS to any interface or Vlan.
-
Unraid Feature Request Wishlist
same here & most of the option available don't suite me
-
[Support] A75G Repo
Just add the 0.0.0.0 remove the docker IP, for some reason it wont work with the docker IP. Also when editing the homeserver.yaml make sure you save, restart & check after every small change you make as a space or a dot can break the server.
-
[Support] A75G Repo
It is not so complicated to get it up & running, you just need to know where to start First thing you need to edit the homeserver.yaml located in /appdata/matrix Locate - port: 8008 tls: false type: http x_forwarded: true bind_addresses: ['::1', '127.0.0.1'] Change the bind address to your docker IP address or to 0.0.0.0, otherwise you wont be able to connect. Then start the docker, head to console & insert the following: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 Copy the result & back to homeserver.yaml locate these 2 lines enable_registration: False <-- True if you want users to register registration_shared_secret: "past the code here" apparently in the docker the registration shared secret is already generated but I advise you use your own. You can add your own ReCAPTCHA & TURN_uri server settings to the homeserver.yaml. Now restart the matrix docker & redirect your reverse proxy to the IP & port, you can test it https://app.element.io/ To register an admin account: register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008 This can be HTTPS 8448 if you have the certs installed There is one more step that involves creating an SRV record in your DNS if you want to connect your server to the federation. _matrix._tcp.matrix.example.com the wight and priority is your choice as for the port if your behind a reverse proxy you can go with 443. Once the server up & running you can head back to homeserver.yaml read through the settings & adjust the server to what you need. Additional links to help: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/README.md DNS: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-dns.md well-known https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-well-known.md
-
[Support] A75G Repo
@A75G Thnak you for the matrix docker
-
Jitsi?
lol demand unit that's would probably be the new currency here in the forums
-
Unraid Feature Request Wishlist
I bought a full license just to run a single docker & 2 VMs on a ingle M.2 drive, but the purchase wasn't for the purpose functionality rather to contribute more to the UNRAID development. I thought a reduced price with reduced functionality would be nice but in the end this is a one time payment for a lifetime support AFAIK.
-
Jitsi?
I doubt this would be made or imported into unraid dockers, if there is a demand it might happen.
-
Jitsi?
jitsi meet would be nice, Jitsi has multiple servers related to communications I think but never dug deep enough to know all. I'm mostly interested in secure VOIP & messaging platforms. I only use jitsi software for sip & XMPP with my FreePBX server. Although a FreePBX docker would be nice too
-
[Support] Djoss - Nginx Proxy Manager
This has been asked long time ago but is there a way to expose "visitor real IP"? I mean I setup an image hosting website but unfortunately all uploads will appear under my main user name cause of the same address & internal IP. I have a dedicated web server VM on a separate IP, from what I read previously at some point that it has to share the same IP with the NPM docker!
-
Release: Folding@Home Docker
thought so, lol
-
Release: Folding@Home Docker
the 2 servers are idle, something is wrong as I have tried everything to make it work, as most of the posts above "No WUs available for this configuration" "Could not get an assignment" The passkey doesnt seem to work or send and email with the key, probably overloaded. <passkey v=''/> <!-- 32 hexadecimal characters if provided (Get one here: http://fah-web.stanford.edu/cgi-bin/getpasskey.py)--> any workarounds or solutions?
-
Release: Folding@Home Docker
great work, I only saw Folding@home on my ps3 back in 2007 I think. I it working on my 4930K & tomorrow morning installing it on a standby unraid server I have (intel G4600). is there a way to set the affinity to what core or how many cores I need it to utilize?
-
[Support] FoxxMD - fr24feed-piaware
@FoxxMD There was a docker update this morning, any new changes? I checked the github & docker pages with no changes in the last 6 months.
-
[Support] Linuxserver.io - Nextcloud
thanks for the tip, might come handy next time this happen, anyway found it as a good time to tune nextcloud & secure it also improving upon ldap integration.
-
[Support] Linuxserver.io - Nextcloud
This is not my first time uodating, I've been using nextcloud for years now. But this is the first time I encounter something like this. I'm trying to find the root cause of the problem but not sure where to look other than into the config. EDIT: I will delete Netcloud and the appdata & reinstall it again.
-
[Support] Linuxserver.io - Nextcloud
there was the 17.0.1 released today, unfortunately I did the update then at the end when I clicked on web update I got a blank screen! I went into the config file & changed the maintenance from "False to True" & back, removed the docker & reinstalled it but nothing worked. I still get a blank screen. anyone with a similar situation?
-
[Support] FoxxMD - fr24feed-piaware
did something change with the latest update? for some reason my flight24 feed is down while flightaware is still working! I'm looking into the fr24feed.ini but not sure where the problem lies. Nevermind, the problem was in a VLAN I added & also added a DNS entry in the main LAN DNS that rendered half my server useless.
-
[Support] Djoss - Nginx Proxy Manager
never mind, I hosted NPM docker on my other unraid server & it works.
-
[Support] Djoss - Nginx Proxy Manager
yes, it is in docker mode. I tried every possible variation from docker mode, host mode, different ips & last night I wiped my pfsense & reinstalled fresh copy & spent a couple of hours re-configuring to find out i still get bad gateway. I think the problem is somewhere in the docker configuration or network on the unraid server it self but I cant find it.
-
[Support] Djoss - Nginx Proxy Manager
I'm pretty sure this has been discussed somewhere on the forums, but let me explain my not so complicated yet unsolvable "Bad Gateway" problem. The network is as follows Lan 10.0.0.0/24 SLAN 10.0.1.0/24 WLAN 10.0.2.0/24 VPLAN1 10.0.3.0/24 VPLAN2 10.0.4.0/24 Vidas: has 3 networks: 10.0.0.3 - 10.0.1.3 - 10.0.3.3 I changed unraid default ports from 443 to 9989 and 80 to 8182, NPM is on bridge on ports 443 and port 80 all configured will I can access services on the VM either locally or from the inter, but when trying to access Docker services I get bad gateway!!! to solve this is issue I have setup NPM on another unraid server. I need the NPM to be on port 443 for my local serveries to be accessible via lan
-
[Support] jbreed - nessus
Thank you so much for this docker, it is exactly what I was looking for to assess my network & server setup
-
[Support] FoxxMD - fr24feed-piaware
the app has been updated, I love the new GUI. very sleek new look.
-
Unraid OS version 6.7 available
Thanks for the continuous effort UNRAID team & devs, both servers upgraded & running smooth.
-
[Support] FoxxMD - shinysdr
@FoxxMD I Got my second SDR today & its already connected to ShinySDR, I'm not so sure I configured it right! I got it all up & running but all I have is the simulated RF. I think I need to dig a little deeper & look around till I find my solution.