mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-03 15:27:45 +02:00
Compare commits
3 Commits
4b63f2948f
...
05368b3ff9
Author | SHA1 | Date | |
---|---|---|---|
05368b3ff9 | |||
3e50b3a85c | |||
b100cd0e85 |
67
wiki/docker/alexjustesen_-_speedtest-tracker.md
Normal file
67
wiki/docker/alexjustesen_-_speedtest-tracker.md
Normal file
@ -0,0 +1,67 @@
|
||||
# alexjustesen - speedtest-tracker
|
||||
|
||||
This is a [Docker](/wiki/docker.md) container for a selfhosted internet speed
|
||||
tracker.
|
||||
The official container and documentation was made by
|
||||
[alexjustesen](https://github.com/alexjustesen/speedtest-tracker).
|
||||
|
||||
## Set-up
|
||||
|
||||
Create the file `rebuild.sh`.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterwards.
|
||||
It is important to set a correct app key as described in
|
||||
[the following section](#environment-variables).
|
||||
|
||||
### Environment-variables
|
||||
|
||||
Set the following variables with the -e tag.
|
||||
|
||||
| Name | Usage | Default |
|
||||
| -------------------- | -------------------------------------------------------------------------------------------------- | --------------- |
|
||||
| `APP_KEY` | This is used for encryption and can be generated by `echo -n 'base64:'; openssl rand -base64 32;` | |
|
||||
| `DB_CONNECTION` | Database connection type | |
|
||||
| `PGID` | Group ID | |
|
||||
| `PUID` | User ID | |
|
||||
| `APP_TIMEZONE` | Timezone of the app | `Europe/London` |
|
||||
| `DISPLAY_TIMEZONE` | Timezone of the display | `Europe/London` |
|
||||
| `SPEEDTEST_SCHEDULE` | Cron-formatted schedule for speedtest (`6 */6 * * *`: 6 minutes after every 6th hour) | |
|
||||
|
||||
### Volumes
|
||||
|
||||
Set the following volumes with the -v tag.
|
||||
|
||||
| Outside mount/volume name | Container mount | Description |
|
||||
| ------------------------- | --------------- | -------------------- |
|
||||
| `speedtest_config` | `/config` | storage for config |
|
||||
| `speedtest_keys` | `/config/keys` | storage for ssl keys |
|
||||
|
||||
### Ports
|
||||
|
||||
Set the following ports with the -p tag.
|
||||
|
||||
| Container Port | Recommended outside port | Protocol | Description |
|
||||
| -------------- | ------------------------ | -------- | ------------------------- |
|
||||
| `80` | `8765` | TCP | WebUI |
|
||||
| `443` | `` | TCP | SSL-encrypted WebUI |
|
||||
|
||||
### rebuild.sh
|
||||
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop speedtest
|
||||
docker rm speedtest
|
||||
docker pull lscr.io/linuxserver/speedtest-tracker:latest
|
||||
docker run --name speedtest \
|
||||
--restart unless-stopped \
|
||||
-p 8765:80 \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e APP_KEY="<generate>" \
|
||||
-e DB_CONNECTION=sqlite \
|
||||
-e SPEEDTEST_SCHEDULE="6 */6 * * *" \
|
||||
-e APP_TIMEZONE="Europe/Berlin" \
|
||||
-e DISPLAY_TIMEZONE="Europe/Berlin" \
|
||||
-v speedtest_config:/config \
|
||||
-v speedtest_keys:/config/keys \
|
||||
-d lscr.io/linuxserver/speedtest-tracker:latest
|
||||
```
|
@ -103,7 +103,7 @@ The following resources have been used to find and select modifications and reso
|
||||
Goal of these is a slight change of the vanilla experience.
|
||||
|
||||
The first category that will be discussed are the server mods.
|
||||
The following changes are recommended to install on the server to improve performance.
|
||||
The following changes are recommended to install server-side to improve performance.
|
||||
|
||||
- "Concurrent Chunk Management Engine" is a mod that introduces a concurrently working chunk
|
||||
management engine.
|
||||
@ -116,6 +116,8 @@ The following changes are recommended to install on the server to improve perfor
|
||||
- "Lithium" is a mod that introduces various general optimizations.
|
||||
- "ModernFix" is a mod that introduces more general optimizations.
|
||||
- "Noisium" is a mod that speeds up the world generation function.
|
||||
- "spark" is a mod that does not improve performance but enables operators to monitor it.
|
||||
- "Chunky" is a mod that adds commands to pregenerate chunks.
|
||||
|
||||
After the performance mods have been listed the next mods that will be discussed are focussed on
|
||||
gameplay.
|
||||
@ -126,6 +128,18 @@ The following changes are recommended to install on the server for gameplay reas
|
||||
- "Audarki Cart Engine (Fast Minecarts)" is a mod that enables the operators of a server to change
|
||||
the minecarts speed.
|
||||
This can be done for different types of minecarts (player, non-player, etc).
|
||||
- "Sit!" is a mod that enables players to sit on specific blocks.
|
||||
The key to use can be changed on a per user basis by installing the mod client-side.
|
||||
- "Cycle Paintings" is a mod that lets player cycle through the motifs of a painting by
|
||||
right-clicking it with another painting.
|
||||
- "NetherPortalFix" is a mod that fixes some behaviour for Nether Portals that overlap.
|
||||
- "Beautified Chat (Server)" is a mod that changes style and color of the chat.
|
||||
- "AfkPlus" is a mod that adds AFK functionality that allows ignoring AFK players in the sleep
|
||||
percentage.
|
||||
- "Scaffolding Drops Nearby" is a mod that makes all scaffolding be dropped on the place of the
|
||||
broken scaffolding.
|
||||
- "Glowing Eyeblossom" is a mod that makes eyeblossoms glow.
|
||||
- "Glowing Torchflower" is a mod that makes torchflowers glow.
|
||||
|
||||
Finally for the server-side mods the following ones are focussed on graphical changes.
|
||||
|
||||
@ -153,6 +167,7 @@ The following modifications are recommended client-side performance mods.
|
||||
Additionally it changes the look of the video options to be more in line with Minecrafts other
|
||||
options.
|
||||
A similar mod to this is "Reese's Sodium Options".
|
||||
- "More Culling" is a mod that introduces more culling.
|
||||
|
||||
The following are recommended client-side graphical mods.
|
||||
|
||||
@ -225,6 +240,29 @@ The following are recommended client-side graphical mods.
|
||||
make it more intuitive.
|
||||
- "Remove Reloading Screen" is a mod that removes the loading screen and instead display only the
|
||||
additional loading bar.
|
||||
- "More Heart Types" is a mod that changes the heart style based on the type of damage the player
|
||||
is taking.
|
||||
- "Endless End Rods" from Vanilla Tweaks is a resource pack that removes the base off of end rods.
|
||||
- "Brighter Nether" from Vanilla Tweaks is a resource pack that increases the brightness of the
|
||||
nether blocks.
|
||||
- "Variated Villagers" from Vanilla Tweaks is a resource pack that changes the skin of villagers
|
||||
depending on the biome.
|
||||
- "Quieter Villagers" from Vanilla Tweaks is a resource pack that sets the volume of villagers
|
||||
much lower.
|
||||
- "Clear Banner Patterns" from Vanilla Tweaks is a resource pack that changes the appearance of
|
||||
banner patterns to be more clear.
|
||||
- "Music Disc Redstone Level Preview" from Vanilla Tweaks is a resource pack that displays the
|
||||
redstone level of a music disc in game.
|
||||
- "Rename 'Stem' to 'Log'" from Vanilla Tweaks is a resource pack that changes the Nether woods to
|
||||
use 'Stem' instead of 'Log'.
|
||||
- "Icons" is a ressource pack that adds icons into the menu and game.
|
||||
Additionally "Icons Advertisement Removal" removes the logo of the "Icons" ressource pack.
|
||||
- "Hoffen's Minimal Armor" is a ressource pack that minimizes the look of armor.
|
||||
- "Vertical Nuggets" is a ressource pack that flips all nuggets to be vertical.
|
||||
- "Colorful Canines" is a ressource pack that makes dog armor more colorful.
|
||||
- "Colorful Sheared Sheep" is a ressource pack that makes the color of sheep wool visible even
|
||||
after the shearing.
|
||||
- "Real Arrrow Tip" is a ressource pack that makes the look of arrows correct ingame.
|
||||
|
||||
The following are recommended client-side audio mods.
|
||||
|
||||
@ -271,6 +309,9 @@ The following are recommended client-side HUD and other UI modifications
|
||||
It is similar to "GUI Perfected" but also includes chests, etc.
|
||||
- "Scribble" is a mod that makes editing books easier by adding buttons for color, bold font and
|
||||
more.
|
||||
- "Chat Patches" is a mod that extends the chat history and adds some more tweaks.
|
||||
- "Armor Chroma for Fabric" is a ressource pack that shows the type of armor in the bar.
|
||||
- "Colorful Ping" is a ressource pack that shows the ping symbol in color.
|
||||
|
||||
The following are possible client-side mods that change the gameplay or give other information in
|
||||
the game.
|
||||
|
Loading…
x
Reference in New Issue
Block a user