Replies: 4 comments 10 replies
-
|
On shared hosting you can typically do that kind of thing with .htaccess in the root, assuming it's served by Apache. Note that the files aren't exposed exactly since every folder comes with one already https://github.com/FreshRSS/FreshRSS/blob/b30a8fa652018025f8ccc6b361823486d04cf390/app/.htaccess The difference is that if you tell the root to serve |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the super quick answer! |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I'm using an Apache server.
But this others doesn't have .htaccess and it's content can be reached with a browser:
Other than that all files on the root can be reached as well: .dockerignore, CHANGELOG.md, composer.json, several readmes, etc. |
Beta Was this translation helpful? Give feedback.
-
|
I think the permission issue is solved. FYI I tried the update changing the constant.php and at the web update I got a "An update of FreshRSS is available: Version dev. " message. Can I safely remove the '-dev' from the contant.php file so |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm new to FreshRSS. I just installed a copy on a share hosting. Everything smooth an easy so far.
I was wondering how to secure the installation given that all files are online. I read the suggestion of exposing only "./p/", so I tried to move everything except "p" to a directory call "/secure/" with the idea of password protecting that directory. But I can't find a way to make the necessary modifications (on constants.php?) so that works.
Are there any in detail instructions on how to setup on a shared hosting?
Or, would it be enough security to password protect the "data" directory and leave the rest as it comes by default?
Thank you
a
Beta Was this translation helpful? Give feedback.
All reactions