• Update letsyncrypt.js

    From Michael J. Ryan@VERT to GitLab note in main/sbbs on Sun Jan 24 21:43:23 2021
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/84#note_1328

    @rswindell This seems to address the issue(s) I was having regarding trying to run letsencrypt and it adding in an invalid domain for the system/host.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to GitLab note in main/sbbs on Mon Jan 25 04:26:44 2021
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/84#note_1329

    Possibly this should just switch both to use system.host_name instead of inet_addr. The idea that the system does not know it's own domain name seems highly flawed.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Michael J. Ryan@VERT to GitLab note in main/sbbs on Mon Jan 25 04:43:31 2021
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/84#note_1331

    @Deuce I tried that... and it still used the same host as inet_addr not the Hostname specified in sbbs.ini. (at least when run via jsexec, not sure if a timed event would have the same issue).

    I have roughneckbbs.com on a separate server from synchronet... but synchronet is handling mx for the domain. The changes in this pr allowed it to be configured and work as such.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to GitLab note in main/sbbs on Mon Jan 25 05:57:57 2021
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/84#note_1333

    Right, the point is though that separate configuration shouldn't be required. The system should be able to use the web Hostname and be correct (see #207 for details). Currently that's not supported, but it should be simple to write a JS script or add more JS objects to get that information. You shouldn't need to configure the same thing (ie: web server public hostname) in multiple places (sbbs.ini and letsyncrypt.ini).

    As more and more things generate URLs for the web server, this issue will just get worse.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to GitLab note in main/sbbs on Mon Jan 25 09:16:38 2021
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/84#note_1346

    Updated and committed as d4bdf4ff

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net