A list of NomadNet nodes, forked from https://github.com/faragher/AmberPages
Find a file
2025-11-11 11:14:04 +01: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 remove one newline print 2025-06-15 13:39:19 +02:00
daemon.py small imrpovements to hash verification and table creation 2025-11-11 11:14:04 +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