mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 02:27:45 +02:00
Compare commits
5 Commits
2ffe950f2d
...
c9f0b7ffa3
Author | SHA1 | Date | |
---|---|---|---|
c9f0b7ffa3 | |||
6b58c5dbe8 | |||
|
84f23243e7 | ||
a0518f5baf | |||
|
3f4c6444e7 |
@ -1,7 +1,7 @@
|
|||||||
# linuxserver - jellyfin
|
# linuxserver - jellyfin
|
||||||
|
|
||||||
This is a docker container for a [jellyfin](../jellyfin.md) server.
|
This is a docker container for a [jellyfin](../jellyfin.md) server.
|
||||||
The official container and documentation was made by [linuxserver](https://hub.docker.com/linuxserver/jellyfin).
|
The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/jellyfin).
|
||||||
This docker-rebuild is made up by a `docker-compose.yml` file.
|
This docker-rebuild is made up by a `docker-compose.yml` file.
|
||||||
|
|
||||||
## Environment-variables
|
## Environment-variables
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
# nasourso - nginx-certbot-docker-tui
|
|
||||||
|
|
||||||
This is a docker container for [nginx](../nginx.md) with an easily usable
|
|
||||||
terminal user interface.
|
|
||||||
The official script/image and documentation [nasourso](https://github.com/nasourso/nginx-certbot-docker-tui).
|
|
||||||
The first step is downloading it.
|
|
||||||
|
|
||||||
`wget https://raw.githubusercontent.com/nasourso/nginx-certbot-docker-tui/master/src/ncdt.sh`
|
|
||||||
|
|
||||||
You can just run the script and it will install all needed dependencies.
|
|
||||||
After that just go ahead and start the container.
|
|
||||||
You can then configure reverse proxies by adding websites.
|
|
||||||
|
|
||||||
## rebuild.sh
|
|
||||||
|
|
||||||
```shell
|
|
||||||
#!/bin/sh
|
|
||||||
docker-compose down
|
|
||||||
docker pull nginx:latest
|
|
||||||
docker pull certbot/certbot:latest
|
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
@ -29,3 +29,12 @@ If you don't need a bloated web-interface a more basic approach is more than eno
|
|||||||
|
|
||||||
- [git-server-docker](./docker-images/jkarlos_-_git-server-docker.md) is a pretty
|
- [git-server-docker](./docker-images/jkarlos_-_git-server-docker.md) is a pretty
|
||||||
basic docker-container for git.
|
basic docker-container for git.
|
||||||
|
|
||||||
|
## Ignore files having local changes
|
||||||
|
|
||||||
|
If you need to make changes to a file that are local you can run
|
||||||
|
`config update-index --skip-worktree <file>`.
|
||||||
|
Following this the file won't show up as having changes from the upstream.
|
||||||
|
Note that files tagged with this command are checked out sparsly, so you need
|
||||||
|
to watch out for changes yourself if there are any.
|
||||||
|
To revert this run `config update-index --no-skip-worktree <file>`.
|
||||||
|
@ -67,3 +67,18 @@ Scripts to change configuration at docking/undocking
|
|||||||
|
|
||||||
- For the docked configuration use `vim /etc/dockd/dock.hook`
|
- For the docked configuration use `vim /etc/dockd/dock.hook`
|
||||||
- For the undocked configuration use `vim /etc/dockd/undock.hook`
|
- For the undocked configuration use `vim /etc/dockd/undock.hook`
|
||||||
|
|
||||||
|
## FN keys not working
|
||||||
|
|
||||||
|
If the fn keys are not working properly run
|
||||||
|
[a script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/etc/fchange)
|
||||||
|
that changes the `sys/module/hid_apple/parameters/fnmode` file.
|
||||||
|
This toggles between the two different fn key functions.
|
||||||
|
|
||||||
|
## Toggle the touchpad
|
||||||
|
|
||||||
|
To toggle the touchpad on or off
|
||||||
|
[a simple script](https://github.com/tiyn/dotfiles/blob/master/.local/bin/tools/dwm/toggletouchpad)
|
||||||
|
can be used that uses `synclient TouchpadOff=1` or `synclient TouchpadOff=0`.
|
||||||
|
This requires `xf86-input-synaptics` which is a synaptics driver for
|
||||||
|
notebook touchpads.
|
||||||
|
@ -6,8 +6,8 @@ An alternative solution for this, especially when used in combination with
|
|||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
A server can be setup via docker with the
|
A server can be setup via docker with a terminal user interface program for
|
||||||
[nasourso image](./docker-images/nasourso_-_nginx-certbot-docker-tui.md).
|
nginx and certbot, which is called nginx-certbot-docker-tui or short ncdt.
|
||||||
|
|
||||||
Alternatively the standalone [nginx image](./docker-images/nginx.md) can be
|
Alternatively the standalone [nginx image](./docker-images/nginx.md) can be
|
||||||
used.
|
used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user