Commit Graph

36 Commits

Author SHA1 Message Date
Will Rouesnel 2dd4434ceb Add support for nginx 444 default response
The default nginx 444 response drops the inbound connection without
sending any response to the client.
2023-05-22 11:59:50 +10:00
jc21 23c88f6955 Merge pull request #2090 from swazynski/patch-1
Add trailing slash to example
2022-08-23 20:57:04 +10:00
Peter Hulstaert fb0ef08fd8 fix typo 2022-08-18 09:25:45 +02:00
swazynski 932dc4bf02 Add trailing slash to example 2022-06-03 15:20:26 +02:00
jc21 14b889a85f Merge pull request #1822 from ivankristianto/add-search-feature-redirection
Add Search Feature To Backend Administration
2022-02-17 13:14:35 +10:00
Ivan Kristianto 8eb44c404d Add translation for search text 2022-02-12 13:28:16 +07:00
lug-gh 83e09ad5a7 Update current year for footer
Update current year for footer
2022-02-05 20:59:21 +01:00
jc21 d45f39aae3 Merge pull request #1538 from jc21/adds-http-challenge-test
Adds buttons to test availability of server from public internet
2021-11-10 09:15:26 +10:00
Julian Reinhardt a5229d0e92 Adds advanced config header warning and replaces variable info with translation 2021-11-04 12:01:01 +01:00
Pius Walter e17de6058e Fixed typo 2021-11-01 17:43:46 +01:00
Julian Reinhardt 9efe6cfb39 Minor fixes 2021-10-31 13:41:29 +01:00
Julian Reinhardt c55476b196 Adds buttons to test availability of server from public internet 2021-10-31 00:19:18 +02:00
nikhen 413ab50fc4 Change example IP: 0.0.0.0 -> 203.0.113.25 2021-09-12 12:28:25 +02:00
nikhen c1880bd3ff 1.1.1.1 used as a placeholder, despite being real external website/address #686 2021-09-11 17:21:32 +02:00
Rahul Somasundaram 8944609b63 fixed linting 2021-08-24 07:28:17 +05:30
Rahul Somasundaram a8f4699816 [frontend] certificate download changes 2021-08-23 15:47:03 +05:30
jc21 ab40e4e2cf Merge pull request #1036 from BjoernAkAManf/master
Allows hostname instead of ip for streams
2021-08-16 13:40:40 +10:00
Justin Peacock 99ef8bae4c Update messages.json
small change but updated the year in the footer. maybe there's a better way to grab the date with a function?
2021-06-16 09:29:55 -04:00
jc21 1a04863a08 Merge pull request #972 from psharma04/master
Add info about SSL
2021-05-20 08:14:28 +10:00
RBXII3 bf8d2672c8 Typo (used \m instead of \n) 2021-05-13 08:24:08 +10:00
Björn Heinrichs 389fd158ad allows hostname instead of ip for streams 2021-04-24 01:09:01 +02:00
THEGamingninja 63d3c2d06f Add More Access List Entries & Access List Help 2021-03-25 14:59:07 -04:00
RBXII3 5fc704ccad Add info about SSL 2021-03-23 13:49:14 +11:00
baruffaldi ebeda6345e Globalization done
Ready to merge
2021-02-10 14:11:01 +01:00
chaptergy 6af13d4f40 Removes explicit privkeytype check and adds passphrase error 2020-12-14 12:08:39 +01:00
chaptergy 1028de8158 Adds certbot plugin installation check on startup 2020-10-17 12:13:08 +02:00
chaptergy 551a9fe1c6 Fixes custom certificate upload 2020-10-15 14:58:05 +02:00
James Morgan 0df0545777 Allows auth information from AccessList not to be passed to proxied hosts. Resolves issue #153.
Signed-off-by: James Morgan <jmorgan.au+github@gmail.com>
2020-10-15 10:23:09 +11:00
chaptergy 05f6a55a0b Adds frontend improvements and fixes 2020-10-06 14:49:02 +02:00
chaptergy b81325d7bf Implements dns challenge provider selection in frontend 2020-10-05 01:04:06 +02:00
Jaap-Jan de Wit b9a95840e0 add cloudflare dns option to letsencrypt via manual certificate 2020-08-23 11:40:41 +00:00
Kyle Klaus e6ea77d263 fix spelling of 'satisfy'
Fixes #385
2020-05-09 18:01:43 -07:00
Kyle Klaus 0f238a5021 add satisfy configuration to the ui 2020-04-11 00:26:54 -07:00
Kyle Klaus 8d432bd60a refine the UI labeling 2020-04-10 20:22:01 -07:00
Kyle Klaus 46a9f5cb96 add basic functionality to front end 2020-04-10 17:33:14 -07:00
jc21 bb0f4bfa62 v2.1.0 (#293)
* Fix wrapping when too many hosts are shown (#207)

* Update npm packages, fixes CVE-2019-10757

* Revert some breaking packages

* Major overhaul

- Docker buildx support in CI
- Cypress API Testing in CI
- Restructured folder layout (insert clean face meme)
- Added Swagger documentation and validate API against that (to be completed)
- Use common base image for all supported archs, which includes updated nginx with ipv6 support
- Updated certbot and changes required for it
- Large amount of Hosts names will wrap in UI
- Updated packages for frontend
- Version bump 2.1.0

* Updated documentation

* Fix JWT expire time going crazy. Now set to 1day

* Backend JS formatting rules

* Remove v1 importer, I doubt anyone is using v1 anymore

* Added backend formatting rules and enforce them
in Jenkins builds

* Fix CI, doesn't need a tty

* Thanks bcrypt. Why can't you just be normal.

* Cleanup after syntax check

Co-authored-by: Marcelo Castagna <margaale@users.noreply.github.com>
2020-02-19 15:55:06 +11:00