Looks very intresting. Only downside for now: Releases are comlicated to download.
Looks very intresting. Only downside for now: Releases are comlicated to download.
Another great release 🥳🥳
Add this to the service in your docker-compose.yml
extra_hosts:
- host.docker.internal:host-gateway
Example:
services:
redis:
restart: always
container_name: redis
image: redis:7.2-alpine
extra_hosts:
- host.docker.internal:host-gateway
Then you can reach your host from inside the container via host.docker.internal:3434
host.docker.internal
is like your “localhost” on the host. It is a special DNS name.
Nope, that are two different things, but if you want to crash your server just run sudo rm -rf /etc && sudo rm -rf /var
This is fun enough 😃
Forget fail2ban, use crowdsec instead. It is a kind of next generation fail2ban ☝🏻😃
The message says it all. DNS rebind means a domain name is pointing back to an internal IP address. You need to make an exception in pfsense for your domain dash.homelab.duckdns.org
This is normal ☝🏻
Wow a very big update, thanks for your hard work 😃
I will wait for the “AIO Immich Ultimate Keygen” by Razor1911 ☝🏻😂
From Discord
Copy this to custom CSS in the adminpanel and the license banner is gone:
.license-status{
display:none !important;
}
It is possible to set the status to licensed too vua the database, but I didn’t try it.
I hope it will only be this banner. Kavita has had a donation button too and 2 updates further it was a floating button. The whole thing about licensing is heavily discussed on Discord.
Looks interesting ☝🏻😃
Will try it out
Indeed it is DNS rebind protection.
I use wildcard on my Fritzbox. I added *.mydomain.com
and my MyFritz address *.er467.myfritz.net
Important for everyone who makes changes on DNS rebind protection: You will need to completely RESTART your Fritzbox. Even if you add a line, or edit. One domain per line. It will not work without it ☝🏻
You can sync with Nextcloud ☝🏻
Gdrive is for people without anything
Memos is a great app for this or if you want it local, use DiaryVault
DiaryVault can sync (encrypted) with Nextcloud too. Memos is a serverapp, it has a good responsive webapp
A proper backup of immich contains 3 folders (library, upload and profile) and the database! It is linked to its database. Every software with a database should have a backup of the database too (Paperless-ngx for example)
If you just saved the library folder, you will need to recreate all albums again and upload it again. Maybe the CLI can help you with this.
For the next time, please read the docs about backup and restore
Rsync or rclone are better ways than syncthing. Rsync can copy over ssh out of the box. Rclone can do the same but with a lot more backends. FTP, SSH, S3… It does not matter. Imo is rclone the better choice than rsync in this case. Take a look at rclone.org
Use the app news
It uses RSS and shows it with nice pictures. You can even open the webpage directly, if you tap on a news.
Works as standalone RSS Reader, or with Nextcloud. I recommend standalone, the nextcloud news app seems outdated 🤔
OPML feed import and export are included
Why? It is a reverse proxy, not a fully webserver, this is the difference from Nginx Proxy Manager, which includes Nginx. But advanced configuration can be a pain with NPM too, just look for Synapse and Delegation. This is troublesome for most users of NPM.
Zoraxy can serve a static website, but traffic splitting like for Synapse, MinIO or Mastodon is part of a (fully) webserver.
I use Zoraxy as a reverse proxy for easy managing my services, mostly directly in containers, but I use it with Apache and Nginx on the same host too for WordPress and Nextcloud for example.
Beginners will mostly only use docker containers, without further configuration, like in NPM and this works out of the box :)
I use Zoraxy on all my servers, it replaced Nginx proxy manager (NPM) for me completely. Installed on my host system, it points directly into docker containers via IPV6 in most cases.
For services that I run on the host directly, it points to nginx or apache, both work well with Zoraxy. Synape, Mastodon, Immich, Vaultwarden, Jellyfin, Nextcloud, WordPress… No problem
If you run Zoraxy in docker, it works like NPM, but it has no advanced tab for additional configuration. It is just a reverse proxy, not a full web server like NPM, which is basically a GUI for nginx.
You will need nginx in addition for traffic splitting for some services, like Synapse or Mastodon, even in docker. In NPM this is called locations
I think it is beginner friendly, since those users mostly use docker containers. Container mostly work out of the box like in NPM. They can use Zoraxy in docker too and point it directly to a container name and port, immich_server:3001 for example. Same as in NPM
Cheap but powerful VPS? NetCup ARM-Server or normal x86 VPS. Both are good
Nice try FBI 😏😁