Some checks failed
Docker Build Test / build (3.11) (push) Successful in 1m47s
Docker Build Test / build (3.13) (push) Successful in 1m44s
Docker Build Test / build (3.12) (push) Successful in 1m47s
Docker Build Test / build (3.10) (push) Successful in 1m51s
Docker Build Test / build (3.9) (push) Successful in 32s
Safety / security (push) Failing after 37s
Run Tests / test (3.10) (push) Successful in 1m9s
Run Tests / test (3.12) (push) Successful in 2m10s
Run Tests / test (3.11) (push) Successful in 2m18s
Run Tests / test (3.13) (push) Successful in 1m49s
Run Tests / test (3.9) (push) Successful in 49s
Publish Python 🐍 distribution 📦 to PyPI / Build distribution 📦 (push) Failing after 46s
Publish Python 🐍 distribution 📦 to PyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been skipped
Publish Python 🐍 distribution 📦 to PyPI / Sign the Python 🐍 distribution 📦 and create GitHub Release (push) Has been skipped
Build and Publish Docker Image / build (push) Failing after 1m7s
32 lines
646 B
Plaintext
32 lines
646 B
Plaintext
# rns-page-node configuration file
|
|
# Lines starting with # are comments
|
|
# Format: key=value
|
|
|
|
# Reticulum config directory path
|
|
# reticulum-config=/path/to/reticulum/config
|
|
|
|
# Node display name
|
|
node-name=My Page Node
|
|
|
|
# Pages directory
|
|
pages-dir=./pages
|
|
|
|
# Files directory
|
|
files-dir=./files
|
|
|
|
# Node identity directory
|
|
identity-dir=./node-config
|
|
|
|
# Announce interval in minutes (default: 360 = 6 hours)
|
|
announce-interval=360
|
|
|
|
# Page refresh interval in seconds (0 = disabled)
|
|
page-refresh-interval=300
|
|
|
|
# File refresh interval in seconds (0 = disabled)
|
|
file-refresh-interval=300
|
|
|
|
# Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
|
log-level=INFO
|
|
|