mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
docs: 📝 codeberg -> gitlab
This commit is contained in:
parent
fcce21e889
commit
4a34ef0452
6 changed files with 9 additions and 8 deletions
|
@ -61,7 +61,7 @@ representative at an online or offline event.
|
|||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community leaders responsible for enforcement at
|
||||
@thatonecalculator on Codeberg,
|
||||
@t1c on Prometheus Gitlab,
|
||||
`@kainoa@firefish.social` on the Fediverse,
|
||||
or kainoa@t1c.dev via email.
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
|
|
@ -6,13 +6,12 @@
|
|||
**🌎 **[Firefish](https://joinfirefish.org/)** is an open source, decentralized social media platform that's free forever! 🚀**
|
||||
|
||||
[](https://nogithub.codeberg.page/)
|
||||
[](https://ci.codeberg.org/firefish/firefish)
|
||||
<!-- [](https://ci.codeberg.org/firefish/firefish) -->
|
||||
[](https://opencollective.com/Firefish)
|
||||
[](https://liberapay.com/ThatOneCalculator)
|
||||
[](https://hosted.weblate.org/engage/firefish/)
|
||||
[](https://hub.docker.com/r/thatonecalculator/firefish)
|
||||
[](./CODE_OF_CONDUCT.md)
|
||||
[](https://gitlab.prometheus.systems/firefish/firefish/)
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -86,7 +85,9 @@ This guide will work for both **starting from scratch** and **migrating from Mis
|
|||
|
||||
If you have access to a server that supports one of the sources below, I recommend you use it! Note that these methods *won't* allow you to migrate from Misskey without manual intervention.
|
||||
|
||||
[](https://codeberg.org/firefish/ubuntu-bash-install) [](https://aur.archlinux.org/packages/firefish) [](https://install-app.yunohost.org/?app=firefish)
|
||||
<!-- [](https://aur.archlinux.org/packages/firefish) -->
|
||||
|
||||
[](https://gitlab.prometheus.systems/firefish/ubuntu-bash-install) [](https://install-app.yunohost.org/?app=firefish)
|
||||
|
||||
## 🛳️ Containerization
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@ If you discover a security issue, which is so high risk, that too much is affect
|
|||
|
||||
|
||||
This will allow us to assess the risk, and make a fix available before we add a
|
||||
bug report to the Codeberg repository.
|
||||
bug report to the Gitlab repository.
|
||||
|
||||
Thanks for helping make Firefish safe for everyone.
|
||||
|
|
|
@ -16,7 +16,7 @@ export const paramDef = {
|
|||
export default define(meta, paramDef, async () => {
|
||||
let tag_name;
|
||||
await fetch(
|
||||
"https://codeberg.org/api/v1/repos/firefish/firefish/releases?draft=false&pre-release=false&page=1&limit=1",
|
||||
"https://codeberg.org/api/v1/repos/calckey/calckey/releases?draft=false&pre-release=false&page=1&limit=1",
|
||||
)
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
|
|
|
@ -495,7 +495,7 @@ export default defineComponent({
|
|||
|
||||
case "search": {
|
||||
// Disable "search" keyword
|
||||
// (see the issue #9816 on Codeberg)
|
||||
// (see the issue #9816 on Gitlab)
|
||||
if (token.props.content.slice(-6).toLowerCase() === "search") {
|
||||
const sentinel = "#";
|
||||
let ast2 = (isPlain ? mfm.parseSimple : mfm.parse)(
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
><i class="ph-code ph-bold ph-lg"></i
|
||||
></template>
|
||||
{{ i18n.ts._aboutFirefish.source }}
|
||||
<template #suffix>Codeberg</template>
|
||||
<template #suffix>Prometheus Gitlab</template>
|
||||
</FormLink>
|
||||
<FormLink
|
||||
to="https://opencollective.com/firefish"
|
||||
|
|
Loading…
Add table
Reference in a new issue