mirror of
https://codeberg.org/etux/Node_App_Template.git
synced 2025-12-22 13:17:13 +00:00
22 lines
901 B
Plaintext
22 lines
901 B
Plaintext
This is a template to create really cool pages on NomadNet nodes. It does not have any requirements outside of standard Python3 modules.
|
|
Data is stored in JSON files. Although not the best for nodes with a lot of traffic, it will run on pretty much anything that has Python3.
|
|
|
|
This template handles:
|
|
* User registration and login
|
|
* Associate Reticulum identity with user account
|
|
* Users can message eachother (internal, not using LXMF)
|
|
* Administrative way to manage users
|
|
* Example page to create your own pages that require authentication.
|
|
|
|
# Default Login
|
|
admin / admin
|
|
|
|
# Installation
|
|
Clone repository to folder where pages are server. Example: /home/reticulum/.nomadnetwork/storage/pages
|
|
|
|
# Configuration
|
|
Open core.py and customize to your liking. page_path and data_directory MUST be set.
|
|
|
|
# Usage
|
|
See example.mu for an example of a page. You may use the "plugins" by adding a link to each one.
|