[PR #76] [MERGED] Add new LXC: Bookstack #2383

Closed
opened 2025-11-20 05:29:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/76
Author: @MickLesk
Created: 11/5/2024
Status: Merged
Merged: 11/5/2024
Merged by: @Mellowlynx

Base: mainHead: main


📝 Commits (1)

📊 Changes

3 files changed (+236 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
ct/bookstack.sh (+100 -0)
install/bookstack-install.sh (+120 -0)

📄 Description

Description

@judeibe @newzealandpaul @Mellowlynx
You can test it here:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/ct/bookstack.sh)"

Please give Feedback to merge the code.

Type of change

Please check the relevant option(s):

  • New script (a fully functional and thoroughly tested script or set of scripts.)
  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Documentation update required (this change requires an update to the documentation)

If there are other pull requests or discussions related to this change, please link them here:
https://github.com/community-scripts/ProxmoxVE/discussions/30

@BramSuurdje for website:
Description
BookStack is a user-friendly documentation platform that offers a simple and intuitive experience. New users should be able to create content with basic word-processing skills. While the platform provides advanced features, they do not interfere with the core simplicity of the user experience.

How to install
To create a new Bookstack LXC run the command below in the Proxmox VE Shell.

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/bookstack.sh)"

Attention! Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File --> nano /opt/bookstack/.env

Default Login Credentials
You can use the following credentials to login to Bookstack:

Username: admin@admin.com
Password: password


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/76 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/5/2024 **Merged by:** [@Mellowlynx](https://github.com/Mellowlynx) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9e759d9`](https://github.com/community-scripts/ProxmoxVE/commit/9e759d9c1a8a0a180ebb5b6aa5fb0679033b032b) Add new LXC: Bookstack ### 📊 Changes **3 files changed** (+236 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) ➕ `ct/bookstack.sh` (+100 -0) ➕ `install/bookstack-install.sh` (+120 -0) </details> ### 📄 Description ## Description @judeibe @newzealandpaul @Mellowlynx You can test it here: bash -c "$(wget -qLO - https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/ct/bookstack.sh)" Please give Feedback to merge the code. ## Type of change Please check the relevant option(s): - [x] New script (a fully functional and thoroughly tested script or set of scripts.) - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Documentation update required (this change requires an update to the documentation) ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: https://github.com/community-scripts/ProxmoxVE/discussions/30 @BramSuurdje for website: Description BookStack is a user-friendly documentation platform that offers a simple and intuitive experience. New users should be able to create content with basic word-processing skills. While the platform provides advanced features, they do not interfere with the core simplicity of the user experience. How to install To create a new Bookstack LXC run the command below in the Proxmox VE Shell. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/bookstack.sh)" Attention! Bookstack works only with static ip. If you Change the IP of your LXC, you Need to edit the .env File --> nano /opt/bookstack/.env Default Login Credentials You can use the following credentials to login to Bookstack: Username: admin@admin.com Password: password --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:29:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2383