A list of NomadNet nodes, forked from https://github.com/faragher/AmberPages
  • mupad 73.7%
  • Python 26.3%
Find a file
2026-03-01 14:07:55 +00:00
.gitignore Initial commit 2023-07-11 16:19:40 -05:00
amberpages.service update example systemd config file 2025-06-14 22:46:14 +02:00
AP.mu formatting AP.mu, remove unused import 2026-03-01 14:58:43 +01:00
daemon.py formatting daemon.py 2026-03-01 15:03:52 +01:00
LICENSE Initial commit 2023-07-11 16:19:40 -05:00
README.md add some documentation to README.md 2025-06-15 13:16:46 +02:00

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 header
  • sort - change the sorting mode for entries; possible options are: title, title_reverse, old, new
  • allow_usersort - allows users to select a sorting mode
  • lite_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 list
  • default_link_colour - set the coulour used everywhere else
  • show_last_updated - show the time the page was generated
  • last_update_timezone - show time in this timezone
  • header - 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