RD WebDesign
RD WebDesign
@DL6ER Is it possible to copy the `pihole.toml` file to https://ftl.pi-hole.net/master/pihole.toml (or `https://ftl.pi-hole.net/development/pihole.toml` or any other place) during the build process? If this is too complex, I think we can...
To be honest, I don't think we need to trigger a Docs re-build every time FTL is updated. Adding the link to the uploaded `pihole.toml` file will assure the most...
https://github.com/pi-hole/FTL/pull/2540 was already merged in `development`. Just waiting for the code to be merged into `master`.
Superseded by: https://github.com/pi-hole/FTL/pull/2558 and https://github.com/pi-hole/docs/pull/1258
I tried to change the footnotes `BACKLINK_TEXT` option to use a different icon, but it didn't work. I couldn't find the correct format to use for `pymdownx.extra` extension options. I...
I think using `SUPERSCRIPT_TEXT: "*"` will create an issue. Every footnote reference will use just an asterisk (without numbers). There will be no way to differentiate them. This would work...
I think you can "Squash and merge" this one.
I can replicate the issue in a Raspberry Pi (docker container). We still don't know exactly what causes the delay.
Will the API still return an empty string (just like the `pihole.toml` file) or it will return the interface FTL is actually using? In this case, the Web Interface will...
> So we need to add an additional AJAX call to get the interface in this case from the API We don't need another AJAX call. The `admin/settings/dns` page already...