- Aug 23, 2023
-
-
If lan config interface had subnet mask then tvheadend-dynamic generated wrong lighttpd config file, making it unusable.
-
- May 24, 2023
-
-
tvheadend is bound to the local IP by default, but the lighttpd config tried to proxy to 127.0.0.1
-
- Feb 22, 2023
-
-
Josef Schlehofer authored
Changelog: https://gitlab.nic.cz/turris/webapps/-/releases/v4.1.0
-
- Feb 21, 2023
-
-
Michal Vasilek authored
* Add Cache-Control header
-
Michal Vasilek authored
* add Cache-Control header
-
- Jan 25, 2023
-
-
Michal Vasilek authored
* black and white icon * correct capitalization * better english description Co-Authored-By:
Aleksandr Gumroian <aleksandr.gumroian@nic.cz>
-
- Jan 18, 2023
-
-
Michal Vasilek authored
previously the lighttpd config file was not loaded, but the webapp was added to the dashboard which resulted in a 404 error
-
Michal Vasilek authored
previously the lighttpd config file was not loaded, but the webapp was added to the dashboard which resulted in a 404 error
-
Michal Vasilek authored
previously the lighttpd config file was not loaded, but the webapp was added to the dashboard which resulted in a 404 error
-
- Jan 11, 2023
-
-
Josef Schlehofer authored
- Release notes: Migrate to React.js Add language switcher Add GitLab CI Other improvements - Adjust Makefile accordingly - Download tarball from releases Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Jan 01, 2023
-
-
Josef Schlehofer authored
-
- Sep 26, 2022
-
-
The lighttpd now prefixes the configuration files with numbers to ensure their ordering. We should use this as well and this changes names of all our lighttpd configuration files to be prefix with number. The rules used here is: 80: any regular web service 70: dependency of other web services (just as API not for configuration) 60: root configuration 50: dependencies for other services (variables required for configuration) 45: the conditional modification of basic Lighttpd behavior 40: the SSL enable (modification of basic behavior) turris-root.conf was prefixed by 90 instead of 60 because it appends "/" mapping to alias.url which prevents succeeding mappings from matching. Co-Authored-By:
Šimon Bořek <simon.borek@nic.cz>
-
Aleksandr Gumroian authored
-
- Jul 25, 2022
-
-
This helps in cases when someone forgets to bump PKG_RELEASE. Reference: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=9ae3c6f94c616cfbf854d3ec749c7fafc9893942
-
- Jan 26, 2022
-
-
Josef Schlehofer authored
-
- Jan 24, 2022
-
-
Glenn Strauss authored
- migrate /etc/lighttpd/modules.d/* to /etc/lighttpd/conf.d/* - make net/lighttpd/files/lighttpd.conf mirror openwrt upstream package x-ref: #474
-
Josef Schlehofer authored
Changelog: * Prepare to support upstream OpenWrt lighttpd pkg
-
- Nov 18, 2021
-
-
Karel Koci authored
-
- Oct 07, 2021
-
-
Michal Vasilek authored
* dependencies will be automatically loaded when the module is installed, so we don't need to explicitly import them in lighttpd config files * add missing dependencies to packages, this worked because on a normal TOS system, other packages with the required dependencies are installed, but could potentially break when the dependencies change * remove lighttpd-mod-authn_file dependency since it's not used anywhere * remove lighttpd-mod-auth dependency when the package already depends on lighttpd-mod-auth_pam
-
- Sep 27, 2021
-
-
Aleksandr Gumroian authored
* Use color-scheme detection for theme * Sync translations with Turris OS * Improve cards transitions * Fix headline in README
-
- Sep 22, 2021
-
-
Michal Vasilek authored
Going to /netdata resulted in CSS and JS not being loaded which made netdata unusable.
-
- May 16, 2021
-
-
Josef Schlehofer authored
- Make more consistency in package description Sometimes there was URL for home project, but sometimes it was not. I included it in the all packages. - In all Makefiles, I added URL to our webapps repository - LuCI and Netdata's webapps were switched to new .json scheme - As done in upstream repository (turris's webapps repository), we include in Czech and English description dots.
-
- Feb 24, 2021
-
-
Aleksandr Gumroian authored
* Add CSS loader * Add tabbing navigation * Refactor page loading stages * Handle special case with only one app
-
Aleksandr Gumroian authored
-
- Feb 13, 2021
-
-
Michal Hrusecky authored
Release notes: * make sure default application is listed first
-
- Feb 12, 2021
-
-
Including previous updates: Bump v3.4 * Add light/dark favicon switch * Reduce app card's width size * Fix default's app focus outline unevenness * Fix "default" wording Bump v3.3 * Fix odd icons padding * Fix cards transitions Bump v3.2 * Fix shadows in Dark Mode * Reduce intro paddings * Style noscript warning * Fix dark-mode toggle on page load * Add dark-mode source js & update minified file
- Dec 16, 2020
-
-
In this commit, I added PKG_MIRROR_HASH for all of our packages. This variable includes SHA256 checksum of the tarball which was generated while checkout of the source repository. I need to have before I can add CI.
-
- Dec 15, 2020
-
-
Just to be sure with bump PKG_RELEASE
-
- Nov 08, 2020
-
-
Josef Schlehofer authored
Compilations currently fails because of this output: cp: cannot stat 'files/luci.lighttpd': No such file or directory Fixes: 5a60c905 ("turris-webapps-luci: add new package and replace luci-lighttpd")
-
- Nov 05, 2020
-
-
Karel Koci authored
This merges patch from turris-build and luci-lighttpd package to one single package that is same as for example turris-webapps-netdata.
-
Karel Koci authored
These packages need turris-webapps to correctly work so they should depend on it. Turris-webapps then depends on lighttpd so there is no need to depend on it explicitly in packages.
-
Karel Koci authored
This is change of menuconfig location in most cases. This also moves turris-webapps packages to subdirectory to better reflect new menuconfig alligment.
-
- Oct 01, 2020
-
-
Josef Schlehofer authored
-
- Sep 17, 2020
-
-
Michal Hrusecky authored
-
- Jun 16, 2020
-
-
Josef Schlehofer authored
We are overwriting defaults. It is wrong as we didn't count with variable ($PKG_VERSION). This means that if we didn't clean up build_dir or dl folder, it will be extraced to smth without versioning. - remove PKG_SOURCE_SUBDIR:=$(PKG_NAME) as well - Add PKG_RELEASE if it was possible
-
- May 14, 2020
-
-
Obviously no fastcgi for shell.
-
- May 04, 2020
-
-
Michal Hrusecky authored
Can't use double quotes inside already double quoted text. Instead of escaping those, let's just use single quotes.
-
- Oct 29, 2019
-
-
Josef Schlehofer authored
-
- Oct 22, 2019