3131 Commits

Author SHA1 Message Date
Carl Roman Hultay
b47dcff9d2 Update install.sh 2024-11-25 09:34:34 -05:00
Carl Roman Hultay
d2e09a36fa Update install.sh 2024-11-25 09:25:36 -05:00
Carl Roman Hultay
fddf02eec2 Update autoexec.sh 2024-11-25 09:21:41 -05:00
Carl Roman Hultay
40c42c1a4c Create watch.sh 2024-11-25 08:32:16 -05:00
Carl Roman Hultay
fe5bd4126f Delete watch.sh 2024-11-25 08:30:47 -05:00
Carl Roman Hultay
f27152daa5 Create watch.sh 2024-11-25 08:29:56 -05:00
Carl Roman Hultay
29965b2b39 Merge branch 'master' into patch-5 2024-11-25 07:54:58 -05:00
Carl Roman Hultay
bc2ce168db Update .gitignore 2024-11-24 22:31:12 -05:00
Carl Roman Hultay
921f8c6a58 Create mise.toml 2024-11-24 22:29:45 -05:00
Carl Roman Hultay
8877b1d3af Update autoexec.sh 2024-11-24 22:29:15 -05:00
Carl Roman Hultay
98bc72700b Convert to mise-en-place 2024-11-24 21:21:40 -05:00
Carl Roman Hultay
286d9a2fd8 Convert to mise-en-place 2024-11-24 21:13:42 -05:00
Bryan Ashby
c2973fc287 Merge pull request #576 from crhultay/patch-3
Issue 516: Bump ws library and test VTX
2024-11-24 18:45:35 -07:00
Bryan Ashby
6db3cfa1cb Merge pull request #578 from crhultay/patch-1
Issue #519 - Implement SSH Key Generation via oputil
2024-11-24 18:45:02 -07:00
Bryan Ashby
e9109ac77a Merge pull request #579 from crhultay/patch-4
Update .gitignore to ignore web assets not included
2024-11-24 18:41:05 -07:00
Carl Hultay
54ce7fefff Fixed Gopher Template Installation Bug 2024-11-24 20:22:38 -05:00
Carl Hultay
7ec986abee Create autoexec.sh 2024-11-24 20:20:19 -05:00
Carl Hultay
a360d5909e Enhance install.sh
Added selection menu to install all steps, or individual
Added reference to autoexec.sh
Added Python Runtime Environment installation workflow

The new Python workflow will allow users to run ENiGMA½ on modern Linux distributions such as Ubuntu 24.04 per my note in #537.

It is my strong recommendation that we offer the user the use of pyenv, as this will decouple the distribution's Python interpreter from that of ENiGMA½ -- this will make the software more portable. It is poor advice to give a user that they upgrade their OS Python Interpreter; doing so can break the operating system if there are incompatibilities.
2024-11-24 20:18:51 -05:00
Carl Hultay
56dbc352c3 Update .gitignore to ignore web assets not included 2024-11-24 19:22:48 -05:00
Carl Hultay
bc418ff422 Update oputil_ssh_key.js per feedback 2024-11-23 19:08:05 -05:00
Carl Hultay
2c85a9bb51 Update oputil_ssh_key.js per feedback 2024-11-23 08:57:32 -05:00
Carl Hultay
c0044dcb04 Update oputil_help.js 2024-11-22 22:13:25 -05:00
Carl Hultay
0f7330a377 Update oputil_main.js 2024-11-22 22:13:09 -05:00
Carl Hultay
b2ad30c014 Create oputil_ssh_key.js 2024-11-22 22:11:07 -05:00
Bryan Ashby
c474115a5c Merge pull request #577 from crhultay/patch-4
Fix VTXClient Documentation
2024-11-22 18:32:29 -07:00
Carl Hultay
626e16e0b4 Fix VTXClient Documentation 2024-11-22 20:28:55 -05:00
Carl Hultay
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
Bryan Ashby
dd30631ec8 Merge pull request #574 from crhultay/patch-2
Update bbs.js to for Config Init Enhancements
2024-11-20 18:33:53 -07:00
Carl Hultay
4e914fc752 Update bbs.js 2024-11-20 20:31:52 -05:00
Bryan Ashby
9f46508919 Merge pull request #570 from NuSkooler/dependabot/bundler/docs/rexml-3.3.9
Bump rexml from 3.3.6 to 3.3.9 in /docs
2024-11-20 18:20:58 -07:00
Bryan Ashby
db2ceb851b Merge pull request #572 from NuSkooler/dependabot/npm_and_yarn/cross-spawn-7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
2024-11-20 18:20:40 -07:00
Bryan Ashby
92244cd258 Merge pull request #573 from crhultay/patch-1
Update install.sh to default to Node v18
2024-11-20 18:16:57 -07:00
Carl Hultay
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 Hultay
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
dependabot[bot]
1917659d4a Bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 22:44:16 +00:00
Bryan Ashby
81a6845ce5 Merge pull request #566 from voipmeister/master
Addressing #563 (Cannot parse privateKey: Unsupported key format)
2024-11-12 09:30:25 -07:00
Bryan Ashby
0d65ef7bfb Merge pull request #571 from robertsky/patch-1
Update README.md
2024-11-12 09:29:54 -07:00
Robert Sim
640fb55b57 Update README.md
hjson(.)org domain squatted.
2024-11-12 23:14:52 +08:00
dependabot[bot]
0f4f2ab22d Bump rexml from 3.3.6 to 3.3.9 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:51:05 +00:00
Bryan Ashby
27a6f2dd40 Merge pull request #569 from rostob/master
Update host and port details in core/goldmine.js
2024-10-07 10:04:00 -06:00
Tobias Rosenqvist
400c9321f9 Merge pull request #1 from rostob/beardy-patch-1
Update goldmine.js
2024-10-07 01:42:11 +02:00
Tobias Rosenqvist
3bd4b8baad Update goldmine.js 2024-10-07 01:36:55 +02:00
voipmeister
07be786eb1 Added link to project troubleshooting doc 2024-09-08 15:11:47 +02:00
voipmeister
4121dd3940 Updated ssh-troubleshooting.md for #536 2024-09-08 15:10:07 +02:00
voipmeister
8a22c5c786 Expanded config template for #563 2024-09-08 14:55:09 +02:00
Bryan Ashby
5e7204571d Merge pull request #560 from NuSkooler/dependabot/bundler/docs/nokogiri-1.16.5
Bump nokogiri from 1.15.4 to 1.16.5 in /docs
2024-08-31 11:30:27 -06:00
Bryan Ashby
c2deda879f Merge pull request #561 from NuSkooler/dependabot/bundler/docs/rexml-3.3.6
Bump rexml from 3.2.6 to 3.3.6 in /docs
2024-08-31 11:29:58 -06:00
Bryan Ashby
72916703a8 Merge pull request #533 from notepid/ws-proxy-header-fix
Fix for x-forwarded-for not being applied
2024-08-31 11:28:30 -06:00
dependabot[bot]
928cc74a45 Bump rexml from 3.2.6 to 3.3.6 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 17:27:42 +00:00
dependabot[bot]
3914c2d931 Bump nokogiri from 1.15.4 to 1.16.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 17:27:39 +00:00