sharkey bump
This commit is contained in:
parent
90d782a935
commit
485cdb4b31
3 changed files with 19 additions and 6 deletions
|
@ -31,12 +31,14 @@ clusterLimit: 2
|
||||||
|
|
||||||
maxNoteLength: 30000
|
maxNoteLength: 30000
|
||||||
|
|
||||||
|
proxy: 'http://10.42.0.2:7891'
|
||||||
proxyBypassHosts:
|
proxyBypassHosts:
|
||||||
- api.deepl.com
|
- api.deepl.com
|
||||||
- api-free.deepl.com
|
- api-free.deepl.com
|
||||||
- www.recaptcha.net
|
- www.recaptcha.net
|
||||||
- hcaptcha.com
|
- hcaptcha.com
|
||||||
- challenges.cloudflare.com
|
- challenges.cloudflare.com
|
||||||
|
- tei.su
|
||||||
|
|
||||||
# Media Proxy
|
# Media Proxy
|
||||||
# Reference Implementation: https://github.com/misskey-dev/media-proxy
|
# Reference Implementation: https://github.com/misskey-dev/media-proxy
|
||||||
|
@ -46,7 +48,7 @@ proxyBypassHosts:
|
||||||
|
|
||||||
# Proxy remote files (default: true)
|
# Proxy remote files (default: true)
|
||||||
# Proxy remote files by this instance or mediaProxy to prevent remote files from running in remote domains.
|
# 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
|
# Movie Thumbnail Generation URL
|
||||||
# There is no reference implementation.
|
# There is no reference implementation.
|
||||||
|
@ -66,7 +68,7 @@ checkActivityPubGetSignature: false
|
||||||
# '127.0.0.1/32'
|
# '127.0.0.1/32'
|
||||||
#]
|
#]
|
||||||
|
|
||||||
#customMOTD: ['Hello World', 'The sharks rule all', 'Shonks']
|
customMOTD: ['meow']
|
||||||
|
|
||||||
# Upload or download file size limits (bytes)
|
# Upload or download file size limits (bytes)
|
||||||
maxFileSize: 262144000
|
maxFileSize: 262144000
|
||||||
|
|
|
@ -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
|
COPY patches /patches
|
||||||
|
|
||||||
RUN apk add patch && \
|
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
|
||||||
|
|
11
hosts/koi/containers/sharkey/patches/software.patch
Normal file
11
hosts/koi/containers/sharkey/patches/software.patch
Normal 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
|
Loading…
Reference in a new issue