mirror of
https://codeberg.org/AutumnSpark1226/AmberPages.git
synced 2025-11-23 07:29:07 +00:00
A list of NomadNet nodes, forked from https://github.com/faragher/AmberPages
| .gitignore | ||
| amberpages.service | ||
| AP.mu | ||
| daemon.py | ||
| LICENSE | ||
| README.md | ||
AmberPages
a list of NomadNet nodes
Setup
daemon.py needs to run in the background. You can use the amberpages.service file to use it with systemd. Make sure to set User=..., Group=... and ExecStart=... correctly.
By default the database will be stored in ~/.AmberPages/storage/pages.db
AP.mu must be in a folder which is served by NomadNet (usually somewhere in the ~/.nomadnetwork/storage/pages directory).
Modify the page
AP.mu has several configuration options. These are at the top of the file.
node_name- change "Hosted by NODE_NAME" in the default headersort- change the sorting mode for entries; possible options are:title,title_reverse,old,newallow_usersort- allows users to select a sorting modelite_last_n_seconds- only announces received within the last n seconds will be shown (this can save a lot of bandwidth)lite_limit_by_number_n- only n entries will be shown (this can save a lot of bandwidth)list_link_colour- set the coulour used for links in the listdefault_link_colour- set the coulour used everywhere elseshow_last_updated- show the time the page was generatedlast_update_timezone- show time in this timezoneheader- set a custom header, all micron is supported here
Repositories
This software was created by faragher in this repo which is now archived.
The current main repo is on Codeberg as well as on GitHub