The is also Codeberg
Responsabilidade
- 1 Post
- 34 Comments
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English11·10 months agodeleted by creator
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English12·10 months agoWhy 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.
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English32·10 months agoI’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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Alternative to Alexandrite Lemmy UI?English8·10 months agoI 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?
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Can you have local reverse proxies?1·1 year agoI 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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•How do you handle family requests that you disagree with?English41·1 year agoI 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.
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Closing the thread, I've got a suggestion to kill myself on matrix, you're the worst6·1 year agoI 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.
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Closing the thread, I've got a suggestion to kill myself on matrix, you're the worst13·1 year agoLooks like you live in a dystopia, where making healthy relations are scarce.
Maybe you would be great to practice your social skills, dude…
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Closing the thread, I've got a suggestion to kill myself on matrix, you're the worstEnglish43·1 year agoYou are lucky that people are nice, cause due to your petulance I would never help you
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Recommendations please: Self-hosted web site analyticsEnglish11·1 year agoIm 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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•[Solved]-sorta Problems running adguardhomeEnglish1·1 year agoDid you configure your router to use and broadcast the adguard ip addr as DNS server?
You must configure your adguard ip as DNS server
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Confused about bot scanning my domainEnglish14·1 year agoAs 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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Would it be possible to run Pi-hole, Octoprint and Home Assistant on the same RPi 3 mod. B?English13·1 year agoI 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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Help a noob find what I'm looking for please. I have a bunch of IP addresses and I wanna give em names.English6·1 year agoWith 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
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Help a noob find what I'm looking for please. I have a bunch of IP addresses and I wanna give em names.English9·1 year agoYes, 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 otherzeroconf
(you must find out what zeroconf each other system have, cause I don’t know) to recognize local hostnames as mDNSI use
avahi
to discover myoctopi.local
in my network and it works like a charm
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Is there a way to preserve my comments before closing my instance?English53·1 year agoCan’t you backup your database?
Responsabilidade@lemmy.eco.brto Selfhosted@lemmy.world•Complete beginner, could use some helpEnglish31·1 year agoYou 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