chore: update contributers and add note to docker compose

This commit is contained in:
Insert5StarName 2023-12-13 21:23:52 +01:00
parent 84e82f03e9
commit c1c3793a02
No known key found for this signature in database
GPG Key ID: 6774DD916755B090
2 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@ version: "3"
services:
web:
# replace image below with git.joinsharkey.org/sharkey/sharkey:stable on next release
# image: ghcr.io/transfem-org/sharkey:stable
build: .
restart: always

View File

@ -44,13 +44,13 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSection>
<template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template>
<div :class="$style.contributors" style="margin-bottom: 8px;">
<a href="https://github.com/Mar0xy" target="_blank" :class="$style.contributor">
<img src="https://avatars.githubusercontent.com/u/8841466?v=4" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Mar0xy</span>
<a href="https://git.joinsharkey.org/Marie" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatar/0d57abf583f5ed6cf37f47055a1e1aa4?size=512" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Marie</span>
</a>
<a href="https://github.com/Insert5StarName" target="_blank" :class="$style.contributor">
<img src="https://avatars.githubusercontent.com/u/123300075?v=4" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Insert5StarName</span>
<a href="https://git.joinsharkey.org/Amelia" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatars/0634b661b89d6e45137074b6ddcd0b9ffc4cf467f2188ec12416ec6f91bb9d42?size=512" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Amelia</span>
</a>
</div>
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>