rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Win_7 on March 11, 2023, 02:31:33 PM

Title: question
Post by: Win_7 on March 11, 2023, 02:31:33 PM
is it possible to edit the baked in html or icon files of hfs?
Title: Re: question
Post by: LeoNeeson on March 11, 2023, 07:46:45 PM
is it possible to edit the baked in html or icon files of hfs?
Yes, it's possible (this was answered on the FAQ (https://www.rejetto.com/wiki/index.php?title=HFS_Frequently_Asked_Questions_(English)#I_do_not_like_HFS%27s_web_interface,_how_do_I_change_the_look?), but requires being competent in HTML to not break things). This was answered several times on the forum. :)
Title: Re: question
Post by: Win_7 on March 16, 2023, 11:58:49 AM
Yes, it's possible (this was answered on the FAQ (https://www.rejetto.com/wiki/index.php?title=HFS_Frequently_Asked_Questions_(English)#I_do_not_like_HFS%27s_web_interface,_how_do_I_change_the_look?), but requires being competent in HTML to not break things). This was answered several times on the forum. :)

do you know how i could allow uploading html files?
Title: Re: question
Post by: LeoNeeson on March 16, 2023, 08:35:35 PM
do you know how i could allow uploading html files?
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this (https://rejetto.com/forum/index.php?topic=13591.0) question (since it's the same question)

Cheers,
Leo.-
Title: Re: question
Post by: Win_7 on March 17, 2023, 03:28:05 PM
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this (https://rejetto.com/forum/index.php?topic=13591.0) question (since it's the same question)

Cheers,
Leo.-

thanks
Title: Re: question
Post by: Win_7 on March 25, 2023, 12:29:38 PM
Sorry, I was busy, and I couldn't answer...

It's easy, follow these steps: ;)

1) Right-click on the folder you allow uploads, and choose 'Properties...'

2) Go to 'File masks' tab, and on 'Upload filter mask' write this:

*.*
(for allowing any type of file)

or

*.htm*
(for HTML files only)
(this only allows: .htm and .html files)

If you need to allow several types, you can separate using ;

For example (more examples):

*.htm*;*.jp*g;*.txt;*.rar
(this only allows: .htm, .html, .jpg, .jpeg, .txt and .rar files)

I guess this also answer this (https://rejetto.com/forum/index.php?topic=13591.0) question (since it's the same question)

Cheers,
Leo.-

i cant rename file to index.html but i can download and upload it as index.html lol
Title: Re: question
Post by: LeoNeeson on March 25, 2023, 11:38:06 PM
i cant rename file to index.html but i can download and upload it as index.html lol
"Just live with it" ;) (until it's fixed, possibly never). Thanks for the report, anyway. You can edit the template and remove the protection check, but it's not recommended (since it requires you to have knowledge to not break the template).

Wait a minute... :o I hear Rejetto's footsteps approaching coming here, possibly to suggest you to try the brand-new HFS v3, which you already know: is 100x much better (and 10x more bloated too, but sadly I can't run it on my WinXP to test it). So, I better leave you now before he comes. (https://i.imgur.com/BSWg55Z.gif)
See you next time, bye...
Title: Re: question
Post by: Win_7 on March 26, 2023, 09:58:22 AM
"Just live with it" ;) (until it's fixed, possibly never). Thanks for the report, anyway. You can edit the template and remove the protection check, but it's not recommended (since it requires you to have knowledge to not break the template).

Wait a minute... :o I hear Rejetto's footsteps approaching coming here, possibly to suggest you to try the brand-new HFS v3, which you already know: is 100x much better (and 10x more bloated too, but sadly I can't run it on my WinXP to test it). So, I better leave you now before he comes. (https://i.imgur.com/BSWg55Z.gif)
See you next time, bye...


i tried hfs v3 but couldnt figure out how to use it why is it not an exe like v2
Title: Re: question
Post by: rejetto on March 26, 2023, 03:31:09 PM
exe is one of the available options
https://github.com/rejetto/hfs/releases/download/v0.41.0/hfs-windows.zip
Title: Re: question
Post by: Win_7 on March 26, 2023, 03:32:43 PM
exe is one of the available options
https://github.com/rejetto/hfs/releases/download/v0.41.0/hfs-windows.zip

"Node.js is only supported on Windows 8.1, Windows Server 2012 R2, or higher.
Setting the NODE_SKIP_PLATFORM_CHECK environment variable to 1 skips this
check, but Node.js might not execute correctly. Any issues encountered on
unsupported platforms will not be fixed."
Title: Re: question
Post by: rejetto on March 26, 2023, 03:34:11 PM
I should have guessed it from your username :D
Title: Re: question
Post by: Win_7 on March 26, 2023, 03:37:19 PM
I should have guessed it from your username :D

yeah and i have sometimes tried node js apps but they never seem to work as expected and feels like this isnt gona work either
can you make a standalone build?
Title: Re: question
Post by: Win_7 on March 26, 2023, 03:40:47 PM
btw i know this doesnt relate but why my pfp squished?
Title: Re: question
Post by: rejetto on March 26, 2023, 03:42:51 PM
THIS is the standalone build.
the build includes node.js internally. I don't know a different way.
you want it to be compatible with win7, but this requires node.js version to be 13.
I'm using node 16.
It means someone should work on making HFS compatible with node 13.
Latest version is 19.

what is pfp? profile picture?
Title: Re: question
Post by: Win_7 on March 26, 2023, 03:44:49 PM
THIS is the standalone build.
the build includes node.js internally. I don't know a different way.
you want it to be compatible with win7, but this requires node.js version to be 13.
I'm using node 16.
It means someone should work on making HFS compatible with node 13.
Latest version is 19.

what is pfp? profile picture?
pfp = profile picture
Title: Re: question
Post by: rejetto on July 27, 2023, 10:09:12 AM
sorry for the late reply, but anyway, I have no answer :)