Install firefly iii di portainer
# # The Firefly III Data Importer will ask you for the Firefly III URL and a "Client ID". # You can generate the Client ID at http://localhost/profile (after registering)…
# # The Firefly III Data Importer will ask you for the Firefly III URL and a "Client ID". # You can generate the Client ID at http://localhost/profile (after registering)…
/ip dns set allow-remote-requests=yes /ip dns static add name=jadwalkantor.local address=10.10.10.78 /ip firewall nat add chain=dstnat protocol=udp dst-port=53 action=redirect to-ports=53 comment="Paksa DNS UDP" add chain=dstnat protocol=tcp dst-port=53 action=redirect to-ports=53 comment="Paksa DNS…
sudo apt update && sudo apt upgrade -y sudo apt install nginx -y sudo systemctl status nginx sudo systemctl start nginx sudo systemctl enable nginx sudo apt install mariadb-server -y…
sudo apt update && sudo apt upgrade -y sudo -i sudo su - -c "sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)" sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)…
sudo apt install wireguard sudo -i cd /etc/wireguard umask 077 wg genkey > internal-private.key wg pubkey < internal-private.key > internal-public.key cat internal-private.key cat internal-public.key sudo nano wg0.conf # Setelah itu…
cd /etc/apache2/sites-available sudo nano <VirtualHost *:80> ServerName 10.10.10.78 DocumentRoot /var/www/html <Directory /var/www/html/web2> AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/web2_error.log CustomLog ${APACHE_LOG_DIR}/web2_access.log combined </VirtualHost> sudo a2ensite web2.conf sudo systemctl restart…
----------------------------------------------- ============================================================ sudo apt install wireguard # jika butuh permisi root sudo -i # jika gak mau permisi root sudo chmod 777 /etc/wireguard # jika mau lewat grub sudo chmod…
DiketahuiMKaip public = 103.103.103.99ip lokal = 192.168.100.1/24MKbip lokal = 192.168.200.1/24 MKa Wireguard -> WireGuard -> addisi kolom nama dan listen portMKa nama = Wireguard1listen port = 13231Mkbnama = Wireguard1listen port…
Implementasi Wireguard pada MikroTik RouterOS Sebagai contoh pada artikel ini menggunakan topologi seperti gambar di bawah. Bayangkan Peer 1 (R2) adalah router yang memiliki ip publik atau router yang akan…
WireGuard -> Add , isi kolom nama dan listen port Peers -> /interface/wireguard add listen-port=13231 name=wireguard1