chore(deps): update dependency chocobozzz/peertube to v6.3.3

| datasource      | package             | from  | to    |
| --------------- | ------------------- | ----- | ----- |
| github-releases | Chocobozzz/PeerTube | 6.3.2 | 6.3.3 |
This commit is contained in:
Renovate Bot 2024-10-30 08:16:00 +00:00
parent f95ab39f8e
commit 4d3b7017aa
2 changed files with 17 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"version": "3.0.2",
"upstreamVersion": "6.3.2",
"upstreamVersion": "6.3.3",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
@ -23,13 +23,25 @@
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": { "supportsDisplayName": false },
"oidc": { "loginRedirectUri": "/plugins/auth-openid-connect/router/code-cb" }
"sendmail": {
"supportsDisplayName": false
},
"oidc": {
"loginRedirectUri": "/plugins/auth-openid-connect/router/code-cb"
}
},
"memoryLimit": 1073741824,
"forumUrl": "https://forum.cloudron.io/category/91/peertube",
"optionalSso": true,
"tags": [ "video", "youtube", "vimeo", "blog", "instagram", "media", "federated" ],
"tags": [
"video",
"youtube",
"vimeo",
"blog",
"instagram",
"media",
"federated"
],
"mediaLinks": [
"https://screenshots.cloudron.io/org.joinpeertube.cloudronapp/peertube-screenshot.jpg",
"https://screenshots.cloudron.io/org.joinpeertube.cloudronapp/home.png",
@ -41,4 +53,3 @@
"minBoxVersion": "7.4.0",
"manifestVersion": 2
}

View file

@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/node-${NODE_VERSION} && curl -L https://nodejs.org/dist/
ENV PATH /usr/local/node-${NODE_VERSION}/bin:$PATH
# renovate: datasource=github-releases depName=Chocobozzz/PeerTube versioning=semver extractVersion=^v(?<version>.+)$
ARG PEERTUBE_VERSION=6.3.2
ARG PEERTUBE_VERSION=6.3.3
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
RUN curl -sL https://github.com/Chocobozzz/PeerTube/releases/download/v${PEERTUBE_VERSION}/peertube-v${PEERTUBE_VERSION}.tar.xz | tar --strip-components 1 -Jxvf - && \