Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ring/teddycloud into develop
  • Loading branch information
SciLor committed Sep 3, 2024
2 parents 614a289 + 94ce4e4 commit 0dccf1a
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 85 deletions.
2 changes: 1 addition & 1 deletion DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN make zip NO_SANITIZERS=1

# Use Alpine Linux as base image for the final image
FROM alpine:latest
EXPOSE 80 443
EXPOSE 80 443 8443

# Install necessary runtime dependencies
RUN apk --no-cache add ffmpeg curl ca-certificates bash
Expand Down
2 changes: 1 addition & 1 deletion DockerfileDebian
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -f https://raw.githubusercontent.com/toniebox-reverse-engineering/tonie
RUN make zip

FROM debian:latest
EXPOSE 80 443
EXPOSE 80 443 8443

RUN apt-get update \
&& apt-get install -y --no-install-recommends libubsan1 ffmpeg curl ca-certificates \
Expand Down
6 changes: 3 additions & 3 deletions DockerfileUbuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04 as buildenv
FROM ubuntu:24.04 as buildenv

RUN apt-get update \
&& apt-get install -y --no-install-recommends gcc protobuf-c-compiler build-essential git zip curl
Expand All @@ -10,8 +10,8 @@ RUN curl -f https://raw.githubusercontent.com/toniebox-reverse-engineering/tonie
RUN curl -f https://raw.githubusercontent.com/toniebox-reverse-engineering/tonies-json/release/tonieboxes.json -o /buildenv/contrib/config/tonieboxes.json || true
RUN make zip

FROM ubuntu:22.04
EXPOSE 80 443
FROM ubuntu:24.04
EXPOSE 80 443 8443

RUN apt-get update \
&& apt-get install -y --no-install-recommends libubsan1 ffmpeg curl ca-certificates \
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<link rel="manifest" href="/web/manifest.json" />
<title>TeddyCloud</title>
<script type="module" crossorigin src="/web/assets/index-hMb_Kd2P.js"></script>
<script type="module" crossorigin src="/web/assets/index-Dmn4eEyq.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-tF9p4mUz.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
},
"encoder": {
"clearList": "Liste leeren",
"errorFileProcessing": "Fehler beim Verarbeiten der Audiodatei:",
"filename": "Dateiname",
"maxFiles": "Du kannst nur maximal {{maxFiles}} Dateien hinzufügen.",
"navigationTitle": "Audio Encoder",
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
},
"encoder": {
"clearList": "Clear list",
"errorFileProcessing": "Failed to process the audio file:",
"filename": "Filename",
"maxFiles": "You can only add up to {{maxFiles}} files.",
"navigationTitle": "Audio Encoder",
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
},
"encoder": {
"clearList": "Vider la liste",
"errorFileProcessing": "Échec du traitement du fichier audio :",
"filename": "Nom du fichier",
"maxFiles": "Vous ne pouvez ajouter que jusqu'à {{maxFiles}} fichiers.",
"navigationTitle": "Encodeur audio",
Expand Down

0 comments on commit 0dccf1a

Please sign in to comment.