https://github.com/michaelstaake/LibreKB
Free, Open Source, Self Hosted, PHP/MySQL, Knowledge Base
https://github.com/michaelstaake/LibreKB
Last synced: over 1 year ago
JSON representation
Free, Open Source, Self Hosted, PHP/MySQL, Knowledge Base
- Host: GitHub
- URL: https://github.com/michaelstaake/LibreKB
- Owner: michaelstaake
- License: gpl-3.0
- Created: 2024-05-06T16:49:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:17:05.000Z (about 2 years ago)
- Last Synced: 2024-05-22T21:35:37.208Z (about 2 years ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibreKB
LibreKB: Knowledge Base Web App - Free, Open Source, Self Hosted, PHP/MySQL.
Check out the official website at [LibreKB.com](https://librekb.com/) for more information.
### Features
- 100% free and open source.
- Runs on pretty much any server or hosting account.
- Installs in minutes.
- Easy to customize branding to match your project or business.
- Manage users with predefined user groups.
- Easily edit articles with TinyMCE.
- Password resets via email.
- Responsive design based on Bootstrap.
### Need Help?
Docs: [docs.LibreKB.com](https://docs.librekb.com/)
Forum: [GitHub Discussions for LibreKB](https://github.com/michaelstaake/LibreKB/discussions)
### Update Checks and Your Privacy
If you have updateCheck set to 'yes' in the config file, which is the default setting, your LibreKB install will reach out to my servers every time you log in to your LibreKB admin area. The update checker is hosted on my server and may log the IP address of your server, the version of LibreKB you're currently running, and the timestamp of when the update check was requested. No other data is submitted or collected. I do not intend for this data to be shared or sold, but I reserve the right to use this data however I determine is best, including but not limited to posting anonymized stats on usage. If you do not wish to use this feature, simply set updateCheck to no in the config file, and no data will ever be sent to my servers.
### Docker Setup
For instructions on running this project with Docker, check out [DOCKER.md](DOCKER.md).