-
manage | v1.4.0 seahorse Stable
released this
2025-03-08 05:41:23 +00:00 | 2 commits to main since this releaseManage your self-hosted aidxnFUN instance easily. Supports Ubuntu and Arch Linux.
What's changed:
manage
now supports Arch Linux- Support for both
npm
andbun
- Improved setup process
- Better build scripts
- Improved styling and design changes for UX
How to use
This script does not currently work standalone.
- Clone the repository
git clone https://github.com/ihatenodejs/aidxnFUN
- If you require this specific release, replace the
manage
file with the one downloaded from here - Allow script execution
chmod +x manage
- Run the setup
./manage setup
Downloads
-
manage | v1.3.0 bionic Stable
released this
2024-12-20 03:44:33 +00:00 | 25 commits to main since this releaseManage your self-hosted aidxnFUN instance easily. Only Ubuntu is supported.
What's changed:
- Improved logic for checking status of server
- Opted to restart server in case of server already being up
- Added more comments
- Improved dependency checking process
How to use
This script does not currently work standalone.
- Clone the repository
git clone https://github.com/ihatenodejs/aidxnFUN
- If you require this specific release, replace the
manage
file with the one downloaded from here - Allow script execution
chmod +x manage
- Run the setup
./manage setup
Downloads
-
manage | v1.2.1 bionic Stable
released this
2024-11-13 20:14:42 +00:00 | 135 commits to main since this releaseManage 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.
- Clone the repository
git clone https://github.com/ihatenodejs/aidxnFUN
- If you require this specific release, replace the
manage
file with the one downloaded from here - Allow script execution
chmod +x manage
- Run the setup
./manage setup
Downloads
- Added PGP verification support
-
manage | v1.2.0 bionic Stable
released this
2024-11-07 18:59:02 +00:00 | 158 commits to main since this releaseManage your self-hosted aidxnFUN instance easily. Only Ubuntu is supported.
What's changed:
- Remove analytics system
-> Better alternatives, additionally going for lightweight server - Add server status checking to startup/restart
How to use
This script does not currently work standalone.
- Clone the repository
git clone https://github.com/ihatenodejs/aidxnFUN
- If you require this specific release, replace the
manage
file with the one downloaded from here - Allow script execution
chmod +x manage
- Run the setup
./manage setup
Downloads
- Remove analytics system
-
manage | v1.1.0 bionic Stable
released this
2024-11-07 15:15:32 +00:00 | 162 commits to main since this releaseManage your self-hosted aidxnFUN instance easily. Only Ubuntu is supported.
What's changed:
- Design changes (improved coloring, clearing, clarity)
- Improved Docker installation
- Bug fixes with install detection
- Cleaned/optimized script (e.g. duplicate Docker install checking)
How to use
This script does not currently work standalone.
- Clone the repository
git clone https://github.com/ihatenodejs/aidxnFUN
- If you require this specific release, replace the
manage
file with the one downloaded from here - Allow script execution
chmod +x manage
- Run the setup
./manage setup
Downloads