mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
d6766fedd2
commit
a2ffb10e78
@ -8,7 +8,7 @@
|
||||
[](https://hub.docker.com/r/linuxserver/nntp2nntp)
|
||||
[](https://hub.docker.com/r/linuxserver/nntp2nntp)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-nntp2nntp/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/nntp2nntp/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/nntp2nntp/latest/index.html)
|
||||
|
||||
[Nntp2nntp](https://github.com/linuxserver/nntp2nntp) proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. It fully supports SSL and you can also limit the access to proxy with SSL certificates. nntp2nntp proxy is very simple and pretty fast.
|
||||
## Warning
|
||||
@ -20,7 +20,7 @@ Whilst we know of no nntp2nntp security issues the [upstream code](https://githu
|
||||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/nntp2nntp` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/nntp2nntp` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
@ -44,7 +44,7 @@ Compatible with docker-compose v2 schemas.
|
||||
version: "2.1"
|
||||
services:
|
||||
nntp2nntp:
|
||||
image: linuxserver/nntp2nntp
|
||||
image: ghcr.io/linuxserver/nntp2nntp
|
||||
container_name: nntp2nntp
|
||||
environment:
|
||||
- PUID=1000
|
||||
@ -72,7 +72,7 @@ docker run -d \
|
||||
-p 1563:1563 \
|
||||
-v <path to data>:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/nntp2nntp
|
||||
ghcr.io/linuxserver/nntp2nntp
|
||||
```
|
||||
|
||||
|
||||
@ -167,7 +167,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' nntp2nntp`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/nntp2nntp`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/nntp2nntp`
|
||||
|
||||
## Versions
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user