• docker

    From Rick Smith@1:105/10 to All on Tue Aug 17 05:56:00 2021
    Greetings All!

    Anyone know of a simple docker image that include binkd/hpt? I have deons hub image, but may be to complicated for simple point or bbs setup.



    ----
    Regards,


    Rick Smith (Nitro)

    ... TAGLINE A BBS addict is hooked when: you consider BBSing better than chocolat
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus BBS! --->>>>bbs.abon.us:2323 (1:105/10)
  • From Sergey Anohin@2:5034/10.1 to Rick Smith on Wed Aug 18 19:59:40 2021
    Hello, Rick!

    Anyone know of a simple docker image that include binkd/hpt? I have deons hub image, but may be to complicated for simple point or bbs setup.

    A couple years ago I did some experiments with docker:

    https://github.com/kosfango/FON

    However, it's require some space optimization and root usage is not a good idea also. You can remove not needed LEMP stack components. They used for fido node web interface. Also you can check fido point bungle+gui (now it's broken, I didn't fix commit yet), also I planned to add Golded to this bundle

    https://github.com/kosfango/FONG


    С наилучшими пожеланиями, Sergey Anohin.

    --- wfido
    * Origin: https://5034.ru/wfido (2:5034/10.1)
  • From Rick Smith@1:105/10 to Sergey Anohin on Sun Aug 22 05:55:56 2021
    Greetings Sergey!

    Wednesday August 18 2021 19:59, you wrote to me about an urgent matter!:

    Hello, Rick!

    Anyone know of a simple docker image that include binkd/hpt? I
    have deons hub image, but may be to complicated for simple point
    or bbs setup.

    A couple years ago I did some experiments with docker:

    https://github.com/kosfango/FON

    Thank you I believe I did try your deployment, although I could not get it going properly.

    However, it's require some space optimization and root usage is not a
    good idea also. You can remove not needed LEMP stack components. They
    used for fido node web interface. Also you can check fido point
    bungle+gui (now it's broken, I didn't fix commit yet), also I planned
    to add Golded to this bundle

    https://github.com/kosfango/FONG

    This would be good..

    ----
    Regards,


    Rick Smith (Nitro)

    ... BBSing is a terminal experience
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus BBS! --->>>>bbs.abon.us:2323 (1:105/10)
  • From Sergey Anohin@2:5034/10.1 to Rick Smith on Sun Aug 22 21:56:29 2021
    Hello, Rick!

    https://github.com/kosfango/FON
    Thank you I believe I did try your deployment, although I could not get it going properly.

    FON is fidonet boss node software bundle, not for fido points. Btw, could you give me info for debug what kind of issues you had?

    https://github.com/kosfango/FONG
    This would be good..

    Few month ago, husky project had some code changes that broke QFE (gui ftn editor) compilation. I have unpublished commit (roll-back husky) to fix image compiling issue.
    I think it's a good idea to add to FONG image Golded editor too.

    С наилучшими пожеланиями, Sergey Anohin.

    --- wfido
    * Origin: https://5034.ru/wfido (2:5034/10.1)
  • From Michael Dukelsky@2:5020/1042 to Sergey Anohin on Mon Aug 23 17:14:36 2021
    Hello Sergey,

    Sunday August 22 2021, Sergey Anohin wrote to Rick Smith:

    Few month ago, husky project had some code changes that broke QFE (gui
    ftn editor) compilation. I have unpublished commit (roll-back husky)
    to fix image compiling issue.

    There is no QFE in Husky project. Maybe you mean KFE, but KFE is not supported since year 1999 (and this is written in its README using Pigeon English) and is stored simply for history.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Sergey Anohin@2:5034/10.1 to Michael Dukelsky on Mon Aug 23 18:53:40 2021
    Hello, Michael!

    Few month ago, husky project had some code changes that broke QFE (gui
    ftn editor) compilation. I have unpublished commit (roll-back husky)
    to fix image compiling issue.
    There is no QFE in Husky project. Maybe you mean KFE, but KFE is not supported since year 1999 (and this is written in its README using Pigeon English) and is stored simply for history.

    I meant this QFE (of course this QFE is not supported too):

    https://github.com/evs38/qfe

    that depends on Husky project (as far as I understand fidoconf.h is used). I suspect that QFE used some headers from Husky that were removed/changed during code improvements, so for a test I used such temporary solution:

    && cd ./huskylib && git checkout baf8805b4dfc901a1ab88c0764c0151ad960073c && gmake && gmake install && gmake install-man \
    && cd ../smapi && git checkout 501a0d59f14f7e0c262e4b98bee0d5454638c684 && gmake && gmake install \
    && cd ../fidoconf && git checkout 774f3b8b7e0fe069fd9703de0ea1839ff012d413 && gmake && gmake install && gmake install-man \
    && cd ../areafix && git checkout 1f96d4bbc17a84fea69f910dab44d58aa223f226 && gmake && gmake install \
    && cd ../hpt && git checkout b2e86a0651fd9614d8d62dd8d11c76d6befb8f76 && gmake && gmake install \
    && cd ../htick && git checkout cff33aa4461a66e38dac72db33b6bd6a7a35e444 && gmake && gmake install && cd ./doc && make install \

    to make the code rollback....May be I'm mistaken:

    https://github.com/evs38/qfe/search?q=fidoconf https://github.com/evs38/qfe/blob/63bd2c239571a63fd1bdf8554856c3471ac84d9d/misc/qfe.apspec#L37-L38



    С наилучшими пожеланиями, Sergey Anohin.

    --- wfido
    * Origin: https://5034.ru/wfido (2:5034/10.1)
  • From Michael Dukelsky@2:5020/1042 to Sergey Anohin on Mon Aug 23 19:09:56 2021
    Hello Sergey,

    Monday August 23 2021, Sergey Anohin wrote to Michael Dukelsky:

    Few month ago, husky project had some code changes that broke
    QFE (gui ftn editor) compilation. I have unpublished commit
    (roll-back husky) to fix image compiling issue.
    There is no QFE in Husky project. Maybe you mean KFE, but KFE is
    not supported since year 1999 (and this is written in its README
    using Pigeon English) and is stored simply for history.

    I meant this QFE (of course this QFE is not supported too):

    https://github.com/evs38/qfe

    that depends on Husky project (as far as I understand fidoconf.h is
    used).

    Oh, I see. But this QFE uses fidoconfig v1.4, so no recent changes in fidoconfig v1.9 could influence fidoconfig v1.4. These two versions of fidoconfig differ and one cannot just replace v1.4 by v1.9. Some work is necessary for porting the code using v1.4 to the one using v1.9 and changes in config itself are also necessary.

    Moreover, QFE uses ancient versions of other programs, like Qt 3.


    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Moscow, Russia (2:5020/1042)
  • From Sergey Anohin@2:5034/10.1 to Michael Dukelsky on Mon Aug 23 20:08:59 2021
    Hello, Michael!

    Oh, I see. But this QFE uses fidoconfig v1.4, so no recent changes in fidoconfig v1.9 could influence fidoconfig v1.4. These two versions of fidoconfig differ and one cannot just replace v1.4 by v1.9. Some work is necessary for porting the code using v1.4 to the one using v1.9 and changes in config itself are also necessary.
    Moreover, QFE uses ancient versions of other programs, like Qt 3.

    Yes, it's unbelievable. I agreed, but it's real fact: QFE is compiling succesfuly with Husky 1.9 code about 9 month ago :)


    С наилучшими пожеланиями, Sergey Anohin.

    --- wfido
    * Origin: https://5034.ru/wfido (2:5034/10.1)