mirror of
https://github.com/linuxserver/docker-feed2toot.git
synced 2026-03-02 00:02:50 +08:00
Fix project blurb typo
This commit is contained in:
parent
ca8819dddd
commit
62039ab194
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -454,7 +454,7 @@ pipeline {
|
||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||
--label \"org.opencontainers.image.title=Feed2toot\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--no-cache --pull -t ${IMAGE}:${META_TAG} \
|
||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||
}
|
||||
@ -484,7 +484,7 @@ pipeline {
|
||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||
--label \"org.opencontainers.image.title=Feed2toot\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} \
|
||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||
}
|
||||
@ -511,7 +511,7 @@ pipeline {
|
||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||
--label \"org.opencontainers.image.title=Feed2toot\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--no-cache --pull -f Dockerfile.armhf -t ${IMAGE}:arm32v7-${META_TAG} \
|
||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||
sh "docker tag ${IMAGE}:arm32v7-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm32v7-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||
@ -545,7 +545,7 @@ pipeline {
|
||||
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
|
||||
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
|
||||
--label \"org.opencontainers.image.title=Feed2toot\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--label \"org.opencontainers.image.description=[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.\" \
|
||||
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} \
|
||||
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
|
||||
sh "docker tag ${IMAGE}:arm64v8-${META_TAG} ghcr.io/linuxserver/lsiodev-buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER}"
|
||||
|
||||
@ -39,7 +39,7 @@ Find us at:
|
||||
[](https://hub.docker.com/r/linuxserver/feed2toot)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-feed2toot/job/main/)
|
||||
|
||||
[Feed2toot](https://gitlab.com/chaica/feed2toot) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.
|
||||
[Feed2toot](https://gitlab.com/chaica/feed2toot) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.
|
||||
|
||||
[](https://gitlab.com/chaica/feed2toot)
|
||||
|
||||
@ -59,7 +59,7 @@ The architectures supported by this image are:
|
||||
|
||||
## Application Setup
|
||||
|
||||
Run `docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /usr/bin/register_feed2toot_app` to generate credential files (be sure to set the correct volume path and PUID/PGID values)."
|
||||
Run `docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /usr/bin/register_feed2toot_app` to generate credential files (be sure to set the correct volume path and PUID/PGID values).
|
||||
|
||||
Edit the feed2toot.ini in /config to configure your instance name and RSS feeds.
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
project_name: feed2toot
|
||||
project_url: "https://gitlab.com/chaica/feed2toot"
|
||||
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/feed2toot-banner.png"
|
||||
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network."
|
||||
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network."
|
||||
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
||||
project_blurb_optional_extras_enabled: false
|
||||
|
||||
@ -44,7 +44,7 @@ optional_block_1: false
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
Run `docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /usr/bin/register_feed2toot_app` to generate credential files (be sure to set the correct volume path and PUID/PGID values)."
|
||||
Run `docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /usr/bin/register_feed2toot_app` to generate credential files (be sure to set the correct volume path and PUID/PGID values).
|
||||
|
||||
Edit the feed2toot.ini in /config to configure your instance name and RSS feeds.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user