-e APP_KEY=base64:C4MCxJYaoUMj6Rpn2cMmHyycBlU0hizsoDEbOO7w2LQ=:设置 BookStack 会话加密密钥,使用ocker run -it --rm --entrypoint /bin/bash linuxserver/bookstack:latest appkey可以生成一个。 TZ=Asia/Shanghai:指定时区,中国的就用这个即可。 -e DB_HOST=bookstack_db:数据库主机名,如果使用外...
docker run -it --rm --entrypoint /bin/bash ghcr.io/linuxserver/bookstack:latest appkey 1. 例如: base64:w+nAsQLJ1Q/EPxIx5JXXnJ/USqOG/cR21vIGvyFLIeU= 1. 准备一个配置文件docker-compose.yml --- services: bookstack: image: ghcr.io/linuxserver/bookstack container_name: bookstack enviro...
# APP_KEY=base64:v2qr11Dmf+wWw9j6j09udZPhSHJHw9lZ2xA7dz24YPA= EOF Step3.容器docker-compose.yaml 代码语言:javascript 代码运行次数:0 运行 AI代码解释 version: "3.0" services: bookstack: image: linuxserver/bookstack container_name: bookstack env_file: - ./.env volumes: - /app/bookstack/...
git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch b. 源码下载 查找最新版本:https://github.com/BookStackApp/BookStack/releases cd ~/Downloadwgethttps://github.com/BookStackApp/BookStack/archive/refs/tags/v23.02.1.tar.gz (2) 解压 sudotar-xvf23.02.1.tar....
Config & Administration- The introduction of multi-factor authentication brings the first use of encryption in the platform. This uses theAPP_KEYvalue in your.envfile. Ensure you have this stored safely since it would be required if you ever restore/migrate your instance to another system. ...
APP_KEY APP_URL DB_HOST (in the form ${hostname_or_ip_address}:${port}) DB_DATABASE DB_USERNAME DB_PASSWORD Volumes To access your .env file and important bookstack folders on your host system change <HOST> in the following line to your host directory and add it then to your run ...
Here you can enable keyboard shortcuts for the user interface, and also fully customize the key combinations to appease your muscle memory. A large range of common actions and navigation options are available, and the exact action of these may depend on the context of your location in ...
using keys found in /config/keys App Key found - setting variable for seds Running config - DB_HOST set Waiting for DB to be available Illuminate\Database\QueryException SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = bookstackapp ...
Besides Proxmox, other home server operating systems such as YunoHost and Unraid may include BookStack containers in their app stores. Depending on your OS, you may have to manually enter the port number, app key, and user credentials before you can gain access to the BookStack web UI. ...
ca-key.pem client-key.pem ib_logfile0 mysql public_key.pem sys ca.pem ib_buffer_pool ib_logfile1 performance_schema server-cert.pem 1. 2. 3. 4. 5. 6. 7. 8. 9. 远程连接测试一下 AI检测代码解析 [root@VM-12-9-centos data]# mysql -h 101.34.181.173 -u root -P 5706 -p123456...