-
Notifications
You must be signed in to change notification settings - Fork 201
Statusfy breaks when in a subfolder #163
Comments
Hey @weeblr 👋, Thank you for opening an issue. Check out our OpenCollective and consider backing us. Help us to continue developing this Amazing Project, we will appreciate it ❤️. You can contribute from $2 🤓, less than a cup of coffee ☕ 😃 https://opencollective.com/statusfy PS.: We offer |
A bit more digging: some links are correct and some are wrong: elements:
Images:
|
Hello, @weeblr. My team and I evaluated the use of the "subpaths/subfolders", and agreed to remove the support for them for these two reasons:
The next stable release (v0.3.0), will include this change. |
Hi Julio Then you should remove from documentation the ability to host on Github and Gitlab pages (at least, did not checked other hosting solutions). That won't work, they are in subfolders in most cases (ie url is: From Statusfy own documentation:
I guess Statusfy just lost a lot of interest for a lot of people without GitHub or Gitlab hosting ;) Best regards |
Hi That's not possible if you run your own Gitlab as many people do and you already are on a custom domain, ie pages are at group.our_custom_domain.com/status/ Best regards |
That'd be adding another layer/supplier to something that does not need it: we use Gitlab for everything and it already provides all that's needed. Statusfy just won't cut it for us, we'll have to stick to Cachet. Best regards |
Sorry to hear that. You could create a new issue describing why this is important. If this gets enough interest from the community, we can add support to sub-paths when we start working on this issue #158. |
Hi I have done so in #171 Best regards |
Bug report
When installed in a subfolder (ie https://status/example.com/company1), several things break as links to assets or other pages do not expect this.
Version
0.3.0.beta1 (also with previous 0.2.x)
Steps to reproduce
Install in a subfolder
What is expected?
All links work normally.
What is actually happening?
They all link to /xxxx instead of /subfolder/xxxx.
Other relevant information
I'd suggest the baseURL is used to prefix all those links. Best would be to automatically determine the subfolder by separating the domain from the baseUrl. Or else a secondary config option can be added, ie baseURL = https://status.example.com + baseFolder = /company_A/department_1
Using a subfolder is common when hosting pages on Gitlab
The text was updated successfully, but these errors were encountered: