rejetto forum

a new beginning...

rejetto · 86 · 43926

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13517
    • View Profile
in next version plugins' api will get a breaking change:
the way to get the api object will be as parameter of the "init" function.
I think this is cleaner.

Also, I've noticed that in exe distribution the 'require' doesn't work. To solve this, plugins will get api.require in the api object.




Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
For newest 0.14.2 code, I should manually compile the "shared" folder in order to continue build-all.
cd shared && npx tsc && cd ..
Yes it's easy. Put it in the build-all process :D

Current HFS 3 version successfully built and running on my android phone, with Termux :D
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13517
    • View Profile
thanks for your help!
and it's nice to have some feedback from time to time and know that people are using it. I'm struggling, with my full time job, to find the time to progress. Wish I had more.
Android? Unexpected surprise :D

link for the folks
https://github.com/rejetto/hfs/releases/tag/v0.14.2


Offline mandoz

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
hi rejetto, i'm trying hfs3 0142 with more dns active simultaneously .... all work (3) well.
congratulations for your job. i confirm android ok


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13517
    • View Profile
thanks mandoz!
se ti serve contattarmi direttamente fallo pure


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
I don't interested in Node for some reasons. But I wonder if there will be a template engine, just like the old classic HFS2.

It's a very interesting coincidence that I've said something very similar before ::)
The difference is that I took the opportunity to make one out.

While I've already done an engine in my PHFS, I want a totally new start.
And that means it will take some time...

EDIT: it's actually the same sentence. I'm wondering if this is bot...
« Last Edit: April 23, 2022, 12:27:27 PM by NaitLee »
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline mandoz

  • Occasional poster
  • *
    • Posts: 37
    • View Profile
hello rejetto,

hfs 3018. is possible to know from the admin panel
internal and external ip address - more personal dns reachable

thank you


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 911
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
Been a while since I logged in. Thought I'd say hi and pop in. Glad to see hfs 3 coming along.

I still occasionally download and use v2 from time to time. its quick, easy, and it just works.

Reviewing Silent plz form 2 version with ssl:
|https://rejetto.com/forum/index.php?topic=10242.255

and the github page for v2 moving to v3:
https://github.com/rejetto/hfs2

https://github.com/rejetto/hfs
as it looks like things are progressing quite well:

I wanted to confirm how hfs3 was doing https?

per github:

Features
https
easy certificate generation
unicode
virtual file system
mobile friendly
search
accounts
resumable downloads & uploads
download folders as zip archive
remote delete
simple website serving
plug-ins
real-time monitoring of connections
show some files
speed throttler
geographic firewall
admin web interface
multi-language front-end
virtual hosting (plug-in)
anti-brute-force (plug-in)
reverse-proxy support
comments in file descript.ion

so hfs is using ?stunnel ? lets encrypt ?or something else on the host system?
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13517
    • View Profile
so hfs is using ?stunnel ? lets encrypt ?or something else on the host system?

sorry for the late reply. email notifications on this forum are no longer working, i don't know why. consider posting on the "new" forum instead, linked on the website.

no stunnel, https is "natively" supported.
hfs uses let's encrypt to generate the certificate (if you don't have one), but you don't need to know that.