Category: Administrator Linux
-
Ntfy: Watchtower, How to set it up with portainer?
Well, it’s easy, let get this start, Example: Watchtower Docker-compose Then the second file is a stack.env, make sure it is a same path. WATCHTOWER_SCHDULE: cron job I choose at night, so I can work on the server without being outrage services. WATCHTOWER_NOTIFICATIONS: We use Shoutrrr WATCHTOWER_NOTIFICATION_SKIP_TITLE: True (I leave it as default) WATCHTOWER_NOTIFICATION_URL: ntfy://ntfy.sh/my_watchtower_topic?title=WatchtowerUpdates…
-
Ntfy: push notification for services.
I am using Ntfy for my SSH alert and watchtower update. It is pretty cool to have this feature, so I can know who is accessing my server without my authorization. And know my docker needs to be updated as well. SSH Alert Example Command this to open code, Please add this code to the…
-
How to Set up Nextcloud with Richard Applegate Repo with Portainer?
So easy, I recommend you guy to do use Repo and then enjoy the services you use.
-
How to build a Dockerfile on Windows 10?
Step-by-step Instructions:
-
It’s finally working again. The new feature rustdesk privacy mode is really cool!
This is most important for me to work on troubleshooting with PC Sticks. So I don’t want an expose password that i type. This is great. I’ve also set up three more rust desk relay servers on my machine so we can connect without any issues between Washington State and Arionza. We commenced utilizing rustdesk…
-
DNS amplification attack | closing the 53 port on my AdGuard Home Server.
Today, I turned off the DNS port 53. Since we have been cutting off our store’s DNS server, it has been a DNS amplification attack. So I found out that my Router does have a DNS Proxy, My DNS Server does have HTTP over TLS and DNS-over-HTTPS. Everything is working and attacking is currently stopped…
-
How to set up MariaDB with Portainer Stacks +(Docker-compose)
We’re using MariaDB for our business because it’s meant for big business, and it’s my favorite database to use for small businesses. And I have a lot of skill experience with MariaDB than any other database, but few other databases are lacking in my experience. Therefore, I do not have sufficient time to undertake these…
-
How to set up PhpMyAdmin with MariaDB on Portainer with NGINX Proxy Manger.
PhpMyAdmin is easy to set up for any app and fix the table database or troubleshoot. So, we will set up PhpMyAdmin with NGINX SSL secure for our HTTPS. Due to the possibility of a grabber username and password exploit, we would prefer not to expose this on HTTP. Please ensure that you complete this…
-
How to set up Baserow on Portainer with nginx proxy manager
This baserow is my absolute favorite, it’s more like a spreadsheet with more options and an easy-to-use database. It also had a Grid and Form and a Gallery and a Calendar! It’s great for our list of things to do. Look over Baserow.io! You’ll need Portainer and nginx running, remember? If not, here are my…
-
How to set up agent edge on multiserver
Docker-compose is my go-to for secondary or distributed servers. It’s better than docker run because it’s more clean and organized and easier to set up. And one time, too. So all you need to do is make sure the Secondary Server or Multiserver needs to install Docker and Docker Compose. Please follow this step by…