The is also Codeberg
The is also Codeberg
deleted by creator
Why are you using that?
location ~ /\.ht {
deny all;
}
You’re denying the access to your root, which is the public/
folder and has the file .htaccess
that has
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]
# Send Requests To Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
This file handles the income requests and send to the front controller.
I’m not sure, but looks like you’re denying all .htaccess files. Laravel depends on .htaccess to make things work properly
Take a look on Laravel docs - Deployment to make sure your configs are right
I like Tesseract the most! It’s exactly a balance between Alexandrite and Photon
Does any of these in https://alternativeto.net/software/pastebin/?license=opensource works for you?
I guess you can set a host on your /etc/hosts
to redirect all your pterodactyl.example.com to a local ip. Also, if you need access from other computers on the local network, I think you can set up a local DNS server (such as PiHole or AdGuard Home) to reach the same solution but for all address running though your DNS server
I would be sincere:
Movies take too many space in SSD and too many resources to host, therefore I’m not going to host movies I disagree with. And if she really want this movies to be digitalized, I would give her a choice to buy new hardware (probably SSD) to be dedicated to her.
I feel ambiguous with that question…
Clearly OP has social skills issues and maybe it’s a genuine question. Or it can be just a way to offend…
Either way I think OP must rethink hes attitude toward other people.
Looks like you live in a dystopia, where making healthy relations are scarce.
Maybe you would be great to practice your social skills, dude…
You are lucky that people are nice, cause due to your petulance I would never help you
Im using Matomo, however my use case is different from yours. I run a business and need more complete data, which Matomo gives me
I also had in mind Plausible, cause it’s less resource demandant, but at the end I have chosen Matomo
Did you configure your router to use and broadcast the adguard ip addr as DNS server?
You must configure your adguard ip as DNS server
As long as you set your home server properly, with allow rules, firewalls and stuff, you’ll be fine
But don’t be sloppy, take care of your server
I think it’s possible to run everything in the same RPi 3b, however I think it will not be smooth, cause there is only 1GB of ram available…
I think the best is one device for each service, however I know that sometime we can’t afford that, so I think you need at least 1 device for Pi-Hole and Octoprint, and another to the Home Assistant
With AdGuard Home you can set your wife’s devices to bypass protection. Just set her devices to static ip and set a custom rule like:
@@||*^$client=127.0.0.1
Where 127.0.0.1
must be changed for her ip address. This rule means:
@@|| = unblock
*^ = everything
$client = for this client
Yes, you can setup a DNS server to redirect these requisitions to the servers. However you’ll have to make sure that every single device is using the DNS server you configured.
You can also configure avahi
(on linux) or other zeroconf
(you must find out what zeroconf each other system have, cause I don’t know) to recognize local hostnames as mDNS
I use avahi
to discover my octopi.local
in my network and it works like a charm
Can’t you backup your database?
You don’t actually need a NAS. You can install in an old hardware you have and it will work just fine.
However things may become short in space quickly, cause video needs a lot of storage. So if you want to host many video files, I would recommend at least high capacity HDs. A NAS would be the perfect setting, but not always we can do perfect settings.
What I suggest however, is to be sure that your network settings (router, mainly) support streaming, cause if your router sucks, you’ll not only become frustrated soon with the streaming, but all your connection with internet in general may become degraded.
Also, you can start small, with a small server with internet HD, and then adjust and implement NAS in the future. It’s an easy task.
You may wanna take a look at Jellyfin as well
Oh! Is it?
Well, living and learning haha