sharkey bump

This commit is contained in:
alina 🌸 2024-03-03 04:35:40 +03:00
parent 90d782a935
commit 485cdb4b31
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
3 changed files with 19 additions and 6 deletions

View file

@ -31,12 +31,14 @@ clusterLimit: 2
maxNoteLength: 30000
proxy: 'http://10.42.0.2:7891'
proxyBypassHosts:
- api.deepl.com
- api-free.deepl.com
- www.recaptcha.net
- hcaptcha.com
- challenges.cloudflare.com
- tei.su
# Media Proxy
# Reference Implementation: https://github.com/misskey-dev/media-proxy
@ -46,7 +48,7 @@ proxyBypassHosts:
# Proxy remote files (default: true)
# Proxy remote files by this instance or mediaProxy to prevent remote files from running in remote domains.
proxyRemoteFiles: false
proxyRemoteFiles: true
# Movie Thumbnail Generation URL
# There is no reference implementation.
@ -66,7 +68,7 @@ checkActivityPubGetSignature: false
# '127.0.0.1/32'
#]
#customMOTD: ['Hello World', 'The sharks rule all', 'Shonks']
customMOTD: ['meow']
# Upload or download file size limits (bytes)
maxFileSize: 262144000

View file

@ -1,7 +1,7 @@
FROM git.joinsharkey.org/sharkey/sharkey:develop@sha256:f1af3284adfaca63326394b0a3a585d9c74b43fc6f684236fd8ff83b06f27e57
FROM registry.activitypub.software/transfem-org/sharkey:develop@sha256:44289651333c9fe6dd11773c42d631bcc3a7e9ba78de5b17b31654e1b731e598
COPY patches /patches
RUN apk add patch && \
patch -p0 < /patches/fake-deepl-server.patch && \
patch -p0 < /patches/zond.patch
patch -p0 < /patches/zond.patch && \
patch -p0 < /patches/software.patch

View file

@ -0,0 +1,11 @@
--- packages/backend/built/server/NodeinfoServerService.js
+++ packages/backend/built/server/NodeinfoServerService.js
@@ -73,7 +73,7 @@
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const document = {
software: {
- name: 'sharkey',
+ name: 'fishkey',
version: this.config.version,
homepage: nodeinfo_homepage,
repository: meta.repositoryUrl