Recently Updated Pages
Wordpress - 反向代理
反向代理主機設定 新增location /wordpress/ 代理區塊 server { listen 443 ssl; ssl_certifica...
Wordpress - 修改須強制登入
新增跳轉程式 於主題Theme的functions下新增程式 function admin_redirect() { if ( !is_user_logged_in()) { wp...
Wordpress - 修改網域
進入資料庫修正 mariadb -u root -p wordpress_db UPDATE wp_options SET option_value = replace(option...
phpMyAdmin 安裝
運行環境 PVE LXC Debian 12 確認已安裝好NGINX Mariadb 下載phpMyAdmin cd /var/www/html wget https:...
BookStack 改為子目錄
BookStack設定 cd /var/www/html/bookstack nano .env 修改為子目錄 APP_URL=http://ip/bookstack NGI...
BookStack 架設
運行環境 PVE LXC Debian 12 安裝nginx mariadb apt update apt -y install nginx mariadb-server ...
Wordpress架設 - Debian 12
運行環境 PVE LXC Debian 12 安裝nginx mariadb apt update apt -y install nginx mariadb-server ...
LibreNMS架設 - Ubuntu 20
安裝環境 PVE LXC Ubuntu 20 設定時區 timedatectl set-timezone Asia/Taipei 最新LibreNMS已強制要求>php8.1...