Commit Graph
14 Commits
Author SHA1 Message Date
Carl Roman HultayandGitHub b6f162e6d1 Update watch.sh 2024-11-25 20:20:18 -05:00
Carl Roman HultayandGitHub 76c023d2e3 Create mise.toml 2024-11-25 15:09:01 -05:00
Carl Roman HultayandGitHub 40c42c1a4c Create watch.sh 2024-11-25 08:32:16 -05:00
Carl HultayandGitHub 56dbc352c3 Update .gitignore to ignore web assets not included 2024-11-24 19:22:48 -05:00
Carl HultayandGitHub bc418ff422 Update oputil_ssh_key.js per feedback 2024-11-23 19:08:05 -05:00
Carl HultayandGitHub 2c85a9bb51 Update oputil_ssh_key.js per feedback 2024-11-23 08:57:32 -05:00
Carl HultayandGitHub c0044dcb04 Update oputil_help.js 2024-11-22 22:13:25 -05:00
Carl HultayandGitHub 0f7330a377 Update oputil_main.js 2024-11-22 22:13:09 -05:00
Carl HultayandGitHub b2ad30c014 Create oputil_ssh_key.js 2024-11-22 22:11:07 -05:00
Carl HultayandGitHub 626e16e0b4 Fix VTXClient Documentation 2024-11-22 20:28:55 -05:00
Carl HultayandGitHub c7d8fa2166 Issue 516: Bump ws library and test VTX
https://github.com/NuSkooler/enigma-bbs/issues/516

Bumped to 8.18.0 which is the latest
2024-11-22 19:05:04 -05:00
Carl HultayandGitHub 4e914fc752 Update bbs.js 2024-11-20 20:31:52 -05:00
Carl HultayandGitHub 7db0ee0634 Update bbs.js to for Config Init Enhancements
If a new user of enigma-bbs tries to run ./main.js it will now explain why it can't start and suggest running './oputil.js config new'

In addition, in the event of an error scenario it will exit with exitcode 1 so that systemd / other tools that bring up the service will be able to detect than an error had occurred -- process.exit() defaults to 0, and therefore would not have been caught.
2024-11-20 20:08:17 -05:00
Carl HultayandGitHub 2ac2bf4c2a Update install.sh
Manual Installation per https://nuskooler.github.io/enigma-bbs/installation/manual.html asks the user to use v18 whereas this script was defaulting to 14.

This caused me some frustration in getting my BBS up and running as I at first depended on the auto-install script.

For the less apt user, this might be a blocker to adopting this BBS Software.
2024-11-20 19:45:18 -05:00