https://github.com/flaskbb/flaskbb-plugin-portal
A simple portal plugin for FlaskBB
https://github.com/flaskbb/flaskbb-plugin-portal
flaskbb flaskbb-plugin portal
Last synced: about 1 year ago
JSON representation
A simple portal plugin for FlaskBB
- Host: GitHub
- URL: https://github.com/flaskbb/flaskbb-plugin-portal
- Owner: flaskbb
- Created: 2018-08-31T09:57:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T10:42:15.000Z (over 1 year ago)
- Last Synced: 2025-04-12T11:18:11.904Z (about 1 year ago)
- Topics: flaskbb, flaskbb-plugin, portal
- Language: Python
- Size: 23.4 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portal Plugin for FlaskBB
This plugin provides a simple portal for FlaskBB.
In addition to the settings that can be changed via the management panel,
one setting has to be added (if desired) to your ``flaskbb.cfg``:
```python
PLUGIN_PORTAL_URL_PREFIX="/yourportalurlprefix"
```
This setting allows you to change the URL of the portal from the default
value of ``/portal`` to something else. Be sure to **not** change it to something that
could conflict with one of the ``URL_PREFIX``es of FlaskBB.
# Installation
This plugin can be installed from PyPI via:
```bash
$ pip install flaskbb-plugin-portal
```
# License
``flaskbb-plugin-portal`` is licensed under the
[BSD License](https://github.com/flaskbb/flaskbb-plugin-portal/blob/master/LICENSE).
# Links
* [FlaskBB Website](https://flaskbb.org)
* [Source Code](https://github.com/flaskbb/flaskbb-plugin-portal)
* [Issue Tracker](https://github.com/flaskbb/flaskbb-plugin-portal/issues)