• ihatenodejs released this 2024-11-13 20:14:42 +00:00 | 135 commits to main since this release

    Manage your self-hosted aidxnFUN instance easily. Only Ubuntu is supported.

    What's changed:

    • Added PGP verification support
      -> Management of PGP public key folder
    • Improved port activity checking
      -> No longer fixed 2 second time - uses loop of 1s checks for max of 10s
    • Minor styling changes
      -> Remove unused mentions of options
      -> Improved one spacing issue for readability
    • Fix npm dependencies failing to install
      -> Run npm install even if user already has node installed

    How to use

    This script does not currently work standalone.

    1. Clone the repository
      git clone https://github.com/ihatenodejs/aidxnFUN
    2. If you require this specific release, replace the manage file with the one downloaded from here
    3. Allow script execution
      chmod +x manage
    4. Run the setup
      ./manage setup
    Downloads