mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 12:43:08 +02:00
chore: update contributers and add note to docker compose
This commit is contained in:
parent
84e82f03e9
commit
c1c3793a02
2 changed files with 7 additions and 6 deletions
|
@ -2,6 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
|
# replace image below with git.joinsharkey.org/sharkey/sharkey:stable on next release
|
||||||
# image: ghcr.io/transfem-org/sharkey:stable
|
# image: ghcr.io/transfem-org/sharkey:stable
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -44,13 +44,13 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template>
|
<template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template>
|
||||||
<div :class="$style.contributors" style="margin-bottom: 8px;">
|
<div :class="$style.contributors" style="margin-bottom: 8px;">
|
||||||
<a href="https://github.com/Mar0xy" target="_blank" :class="$style.contributor">
|
<a href="https://git.joinsharkey.org/Marie" target="_blank" :class="$style.contributor">
|
||||||
<img src="https://avatars.githubusercontent.com/u/8841466?v=4" :class="$style.contributorAvatar">
|
<img src="https://git.joinsharkey.org/avatar/0d57abf583f5ed6cf37f47055a1e1aa4?size=512" :class="$style.contributorAvatar">
|
||||||
<span :class="$style.contributorUsername">@Mar0xy</span>
|
<span :class="$style.contributorUsername">@Marie</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Insert5StarName" target="_blank" :class="$style.contributor">
|
<a href="https://git.joinsharkey.org/Amelia" target="_blank" :class="$style.contributor">
|
||||||
<img src="https://avatars.githubusercontent.com/u/123300075?v=4" :class="$style.contributorAvatar">
|
<img src="https://git.joinsharkey.org/avatars/0634b661b89d6e45137074b6ddcd0b9ffc4cf467f2188ec12416ec6f91bb9d42?size=512" :class="$style.contributorAvatar">
|
||||||
<span :class="$style.contributorUsername">@Insert5StarName</span>
|
<span :class="$style.contributorUsername">@Amelia</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
|
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
|
||||||
|
|
Loading…
Reference in a new issue