mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-12-22 08:07:22 +00:00
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:
parent
f95ab39f8e
commit
4d3b7017aa
2 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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 - && \
|
||||
|
|
Loading…
Reference in a new issue