rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bmartino1

Pages: 1 2 3 ... 61
1
HFS ~ HTTP File Server / Re: IPTV from HFS
« on: November 05, 2023, 07:02:20 AM »
Having been in communication rooms for the USA ISP Providers from coax qam and GSM Satellites....[the gold old days before digital...]

one could use a sever and
hfs as a web player via java script:
https://github.com/Mravuri96/IPTV-Player

but hfs itself is not meant to be a media player/media center.
https://iptvmiddleware.com/iptv-software/iptv-server-software/

your better off with vlc and network streams for truly free stuff.

iptv has and uses its own protocol...

otherwise, check out GitHub: https://github.com/topics/iptv-free-server

2
rejetto-crafted software / Re: refresh network list
« on: November 05, 2023, 06:56:01 AM »
is it that time of year when we wake up Fysack

I'm n and out of the form don't normally login anymore. Not even sure how to help as alot has changed.

3
HFS ~ HTTP File Server / Re: Active directory for users
« on: November 05, 2023, 06:52:22 AM »
its lost on the form, someone did setup and use javascript to talk to an active directory/ldap instance. To add users into HFS.

Auth ldap vs active directly stuff via JavaScript and hfs special code commands to add users... not sure if i can find it anymore.
Something like a registration link: https://rejetto.com/forum/index.php?topic=5840.0

and something like this: https://github.com/ldapjs/node-ldapjs

4
HFS ~ HTTP File Server / Re: IPTV from HFS
« on: November 05, 2023, 06:47:05 AM »
I have found plex and jelly fin to do this better than http vlc streams.

5
HFS ~ HTTP File Server / Re: blocking ip-addresses by country
« on: November 05, 2023, 06:42:35 AM »
The only way I know how to do geo ip blocking is to run a separate firewall instance.

tiny wall. to lock down your windows for only 1 application if need be

peerblocker with geo ip list

Otherwise, run dockers like piehole

my current home network now consist of firewalla. Firewall uses firebase and other software to accomplish geo ip blocking.

What i'm getting at is networking outside hfs as a web server will require hardware and other software, not something build into hfs.

HFS has a ip range and single ip block feature. Manually add theses.

Current free ish system atm is rdpguard...

https://rdpguard.com/geoip-blocking.aspx#:~:text=The%20Geo%2DIP%20Blocking%20feature,update%20the%20blocking%20rules%20accordingly.

Networking and cyber security of your systems is on you.

6
1.hfs need to be set to receive an IP from any IP not set to local Host IP

2. Reverse proxy need to send traffic to the machine address not the localhost (this is why you are seeing 127.0.0.1)

Rejetto I have not found that to be the case, such as stunnel. The networking from stunnel is on the local Host and all connection are to and from the localhost. S tunnel logs the public ip. The work silent plz has done os to combine and see that log.

The same is still true with HFS in a reverse proxy situation as configuration by default. This is done to secure the connection with in the reverse proxy, that why jfs is seeing the connection as 127.0.0.1 as machine traffic forwarded it to that.

OP will need to revisit his Apache configuration to setup his networking to allow HFS to see that data.

7
i have a the hfs server in the dmz zone. my hfs have a public ip address. when the user downloads file from the my hfs server in log it displays ip 127.0.0.1 how i can receive public ip address of  the user? the format of log is in the apache format %u %f "%r" %>s %b

Sounds like you're using a patch she has reverse proxy. Because it's reverse proxy you'll always see the traffic coming on your local Host Network. Because that's what a proxy does. In that case you need to look into the logging on Apache when they first hit your Apache website that does the reverse proxy.

Otherwise you need a port forward your HFS to the public and use HFS as your main website.

See Apache docs:
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html


8
Current sources to compile https://github.com/rejetto/hfs2/releases

I may need to relook into the lib and sources to compile the current revision.
At the time of this writing, as i have been distant on the form.

Per Rejeto HFS "fork me on GitHub Sources:
https://github.com/rejetto/hfs2/

I have found this to be done with Delphi / Free Pascal - C+ coding:
(My Google Drive has file still available, I can only assume multiple geo access to the US Google drive has forced drive to change or disable my account from time to time.)

Introduction
You can use HFS (HTTP File Server) to send and receive files. It's different from classic file sharing because it uses web technology. It also differs from classic web servers because it's very easy to use and runs "right out-of-the box".

The virtual file system will allow you to easily share even one single file.

Dev notes
Initially developed in 2002 with Delphi 6, now with Delphi 10.3.3 (Community Edition). Icons are generated at http://fontello.com/ . Use fontello.json for further modifications.

For the default template we are targeting compatibility with Chrome 49 as it's the latest version running on Windows XP.

Libs used
ICS v8.64 by François PIETTE :http://www.overbyte.eu/frame_index.html
Download: http://www.overbyte.eu/eng/download.html?url=http://www.overbyte.eu/arch/icsv858.zip

TRegExpr v0.952b by Andrey V. Sorokin :https://github.com/andgineer/TRegExpr/releases
Download: https://github.com/andgineer/TRegExpr/releases/download/0.952b/TRegExpr_0952b_20040105.zip

JEDI Code Library v2.7 :https://github.com/project-jedi/jcl
Download: http://jcl.sourceforge.net/daily/

Kryvich's Delphi Localizer v4.1 :https://sites.google.com/site/kryvich/localizer / https://github.com/Kryuski/kryvich-delphi-localizer
Download: (requires Google drive share access): https://drive.google.com/open?id=0BwH77FLlRxs2RnFRTnMxcnZNbUE


9
Programmers corner / Re: HTTP File Server on a Raspberry PI.
« on: March 15, 2022, 06:55:33 PM »
I made a old x86 wine installation. arm should run wine just fine under Debian. I have ran a pie 3 model b in the past:

https://rejetto.com/forum/index.php?topic=11787.msg1061701#msg1061701

back then play on linux and exo gear were the x86 emulation layer.

10
Everything else / Re: Leave here your holiday season's greetings!
« on: March 15, 2022, 06:49:59 PM »
wow, lifes been busy and has gotten in the way of the fun.

lolz.

thought i stop by and say hi.

11
HTML & templates / thoughts? python joining the html code side
« on: July 07, 2020, 09:48:55 AM »
my thoughts are interested as I will begin a new test with his js and python:

https://medium.com/swlh/sick-of-javascript-just-use-browser-python-4b9679efe08b

Basically someone coded a python runtime in Javascript

brython.js
No installation is required for Brython. Just import the script inside <head> :
<script type=”text/javascript” src=”https://cdn.jsdelivr.net/npm/brython@3.8.9/brython.min.js">
Running Brython
In order for Brython to convert and evaluate the Python code as if it were normal JS, we need to call brython right when the document’s body loads, like so:
<body onload=”brython()”>

Might be a new way to run php

12
Bug reports / Re: Hfs refuses to connect
« on: May 14, 2020, 10:26:54 PM »
what version are you running. hfs stable 2.3m ? (is it m i though it was m)

13
Programmers corner / Re: delphi 10
« on: May 13, 2020, 05:04:45 PM »
alpha test new bug, root/ home folder set access to any accout to root house home folder with real folder unbder no template cahnges,  gives blank page.

is the default template no longer loading?

fresh download and setup of https://github.com/rejetto/hfs2/releases/tag/v2.4-alpha08

14
HTML & templates / Re: RAWR DESIGNS error page?
« on: May 13, 2020, 04:57:03 PM »
by using hfs macro event section

[unauthorized] for example

http://rejetto.com/forum/index.php?topic=13295.0;topicseen

logout login is editing this section atm...

you can review here all the event know atm:
http://rejetto.com/forum/index.php?topic=6845.0


15
Beta / Re: version 2.4
« on: May 10, 2020, 01:12:38 PM »
wine code breaks area and others keep changing the wine code, there are too many installation methods and a bunch of libs between release, so their is no default wine installation.

HFS3 and rejeto had sources for a per attempt with linux php , but i have lost that thread and base code. That project is still in alpha, and was never completed nor worked on. I here it was stoped.

If using linux, i higly recomend ubuntu and  "LAMP"
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
what made HFS unique is how it was a file upload server:
https://www.w3schools.com/php/php_file_upload.asp

I Personaly like to use Build Ubuntu Mate, with is Debian baase, Leo i hear like to use Retro Arch (if memroy serves, its RPM based.)
https://ubuntu-mate.org/

i made a wine installing page before, but parts of it are Right now, and the others parts no longer exist to due code changes and updates.

its not a clear search for this thread, but this was my latest instruction:
http://rejetto.com/forum/index.php?topic=11952.msg1062518#msg1062518

Pages: 1 2 3 ... 61