Commit Graph

117 Commits

Author SHA1 Message Date
Tamer 24445308dc
Merge pull request #41 from SalmonCloud/contrib
Docker Fixes, iPerf3 Feature Completion, Minor PHP Code Improvements
2024-04-27 18:47:51 +02:00
RealBrandon fb6a7a83e9 Make iPerf3 Docker container optional. Relocate iPerf3 installation instructions in a separate section 2024-04-27 15:57:58 +01:00
RealBrandon 4906fd0227 Change default values of LG_LOCATIONS and LG_SPEEDTEST_FILES back 2024-04-27 15:19:45 +01:00
RealBrandon 531c39ab90 Change iPerf3 commands from using "LG_IPV4" back to "hostname" 2024-04-27 15:14:41 +01:00
RealBrandon c7339f04cf Update Nginx Dockerfile copy path 2024-04-19 23:08:55 +01:00
RealBrandon 900c29f255 Add iPerf3-related instructions 2024-04-19 22:57:45 +01:00
RealBrandon 7759c1c1fb Adjust default values to benefit from auto hiding. Minor improvements 2024-04-19 20:46:52 +01:00
RealBrandon 4723633bcc Change network mode of containers to host. Add iproute2 package in php-fpm image 2024-04-19 20:26:09 +01:00
RealBrandon 87b343749d Add iPerf3 container. Add container name for easier management 2024-04-19 20:11:13 +01:00
Tamer 0443b4883d
Merge pull request #40 from level66network/main
Small improvements.
2024-04-06 18:58:50 +02:00
MrXermon f6b91539c1
Lock site dropdown if no locations set.
Lock site dropdown if no locations set.
2024-04-05 22:28:30 +02:00
MrXermon 4d10ef75d3
Hide Test-Files if not defined.
Hide Test-Files if not defined.
2024-04-05 22:24:33 +02:00
Tamer 312b5b111e
Merge pull request #38 from abrenner/fix-ss-command-on-iproute2-v6.7.0
Fix ss command on newer versions of iproute2
2024-02-04 10:37:45 +01:00
Adam Brenner c00e5d6e1d Fix ss command on newer versions of iproute2
The iproute2 package starting in version 6.7.0 changed the way the ss
command outputs internal TCP information via the -i/--info option which
LookingGlass uses to display latency information.

In prior versions the flags: -Hint would show internal TCP information.
However starting in version 6.7.0 an additional flag -p/--processes
needs to be passed in to get the same information.

The changes were commited upstream in
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/misc/ss.c?id=87d804ca0854b09c07872e9fd6036bf5d3e0cc85
and effects all versions of iproute2 6.7.0 and later.

Old versions continue to work with and without the -p/--processes flag.
In my limited testing it appears adding extra flag is backwards
compatible and should not break anything.

Signed-off-by: Adam Brenner <adam@aeb.io>
2024-02-03 08:45:39 -08:00
dqos 2ae44ada4b
Merge remote-tracking branch 'origin/main' 2023-12-20 12:15:00 +01:00
dqos 7d8ce02597
License change 2023-12-20 12:14:53 +01:00
Tamer 0a46136ce1
Merge pull request #37 from evanebb/add-docker-envs
Add environment variables to toggle different blocks in Docker container, fix constant typo
2023-12-03 15:08:52 +01:00
evanebb 614bcdd887
Custom block: check if constants are defined and if files actually exist 2023-12-02 22:00:43 +01:00
evanebb 2de4d97a2d
Make different blocks toggleable in Docker container through env variables 2023-12-02 21:34:43 +01:00
evanebb 308c84f423
Fix typo 2023-12-02 21:24:14 +01:00
dqos 979b1e081e
Add (auto) Dark mode 2023-11-21 15:12:45 +01:00
dqos 2233426808
Update to Bootstrap 5.3.2 2023-11-12 12:22:13 +01:00
Tamer 9cf9388cf5
Merge pull request #34 from evanebb/fix/nginx-docker
Small Docker fixes
2023-11-12 12:05:26 +01:00
evanebb b12b6ec1bf
Set LG_TERMS to false in config.dist.php, add better comment 2023-11-12 11:21:29 +01:00
evanebb 76aa8f25f6
Add simple installation steps for Docker to README.md 2023-11-12 11:21:02 +01:00
evanebb eaf8cb012e
Add example env vars to docker-compose.yml 2023-11-11 22:22:12 +01:00
evanebb 750df47eb7
Fix wrong ignore paths in PHP-FPM .dockerignore 2023-11-11 22:13:55 +01:00
evanebb 49ba83ea24
Return 204 if no favicon is defined to fix CSRF token error on initial page load 2023-11-11 22:12:32 +01:00
evanebb 2c96f026bd
Default to false instead of GitHub link for terms of use in Docker 2023-11-11 22:08:22 +01:00
dqos 86dbb1a54e
Sync configs 2023-11-01 21:37:28 +01:00
dqos b9f8cc2c90
Fix latency feature 2023-11-01 19:15:44 +01:00
dqos 9346288160
Fix latency feature 2023-11-01 19:14:38 +01:00
dqos 540bef3e12
Fix latency feature thanks to Marc 2023-11-01 18:57:19 +01:00
dqos c286c56d87
Remove CHANGELOG due to much work 2023-11-01 18:56:56 +01:00
Tamer f4ac19ec19
Merge pull request #30 from knownhost/main
added a way to add custom header and footer (#1)
2023-11-01 18:38:44 +01:00
Karson Nichols 81f1bb7a20
added a way to add custom header and footer (#1)
* added a way to add custom header and footer

* rework to be backwords compatible for people who dont update their config file

* isset to make sure no warnings are shown
2023-11-01 11:00:16 -05:00
Tamer ea8176c6e2
Merge pull request #26 from amit177/bugfix/installation-path
Allow installation on sub directories
2023-09-10 14:22:56 +02:00
amit177 5850803887 Refresh the page instead of redirecting 2023-09-02 14:58:09 +00:00
amit177 d6207a49ef Change form post path 2023-09-02 14:57:53 +00:00
Tamer 0f2c3dfd12
Merge branch 'release' into main 2023-06-26 16:10:12 +02:00
dqos bbd849bf2a
Update CHANGELOG.md 2023-06-26 16:06:57 +02:00
Tamer 9909035c50
Merge pull request #21 from JKJameson/main
Disable NGINX gzip & buffering
2023-06-17 17:34:30 +04:00
Josh Jameson fc7e072436
Disable NGINX gzip & buffering 2023-06-01 09:20:46 +01:00
Tamer 33c94a8cb7
Update config.php 2023-05-08 20:31:24 +02:00
Tamer a5cb4c8088
Update config.php 2023-05-08 20:29:04 +02:00
dqos 3e6c6d8c0a Some experimenting 2023-03-25 16:07:03 +01:00
dqos ee8baae426 Some experimenting 2023-03-25 16:06:46 +01:00
dqos 10d9568289 Some experimenting 2023-03-25 16:05:50 +01:00
dqos 41adb719f8 Some experimenting 2023-03-25 15:35:05 +01:00
Tamer 4ebe793848
Update README.md 2023-03-03 19:10:13 +01:00