mirror of https://gitlab.com/bashrc2/epicyon
Switch url
parent
a8d3e0511a
commit
0f4601999e
|
@ -1,8 +1,8 @@
|
|||
<blockquote><b>Epicyon</b>, meaning <i>"more than a dog"</i>. Largest of the <i>Borophaginae</i> which lived in North America 20-5 million years ago.</blockquote>
|
||||
|
||||
<img src="https://epicyon.net/img/screenshot_starlight.jpg" width="80%"/>
|
||||
<img src="https://libreserver.org/epicyon/img/screenshot_starlight.jpg" width="80%"/>
|
||||
|
||||
<img src="https://epicyon.net/img/mobile.jpg" width="30%"/>
|
||||
<img src="https://libreserver.org/epicyon/img/mobile.jpg" width="30%"/>
|
||||
|
||||
Epicyon is a modern [ActivityPub](https://www.w3.org/TR/activitypub) compliant server implementing both S2S and C2S protocols and suitable for installation on single board computers. It includes features such as moderation tools, post expiry, content warnings, image descriptions, news feed and perimeter defense against adversaries. It contains *no JavaScript* and uses HTML+CSS with a Python backend.
|
||||
|
||||
|
@ -12,9 +12,9 @@ Matrix room: **#epicyon:matrix.freedombone.net**
|
|||
|
||||
Includes emojis designed by [OpenMoji](https://openmoji.org) – the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0). Blob Cat Emoji and Meowmoji were made by Nitro Blob Hub, licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). [Digital Pets emoji](https://opengameart.org/content/16x16-emotes-for-rpgs-and-digital-pets) were made by Tomcat94 and licensed under CC0.
|
||||
|
||||
<img src="https://epicyon.net/img/screenshot_light.jpg" width="80%"/>
|
||||
<img src="https://libreserver.org/epicyon/img/screenshot_light.jpg" width="80%"/>
|
||||
|
||||
<img src="https://epicyon.net/img/screenshot_login.jpg" width="80%"/>
|
||||
<img src="https://libreserver.org/epicyon/img/screenshot_login.jpg" width="80%"/>
|
||||
|
||||
## Package Dependencies
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Epicyon is written in Python with a HTML+CSS web interface and uses no javascrip
|
|||
|
||||
Emojis, hashtags, photos, video and audio attachments, instance and account level blocking controls, moderation functions and reports are all supported. Build the community you want and avoid the stuff you don't. No ads. No blockchains or other Silicon Valley garbage.
|
||||
|
||||
=> https://epicyon.net/epicyon.tar.gz Download
|
||||
=> https://epicyon.net/#install Install
|
||||
=> https://libreserver.org/epicyon/epicyon.tar.gz Download
|
||||
=> https://libreserver.org/epicyon/#install Install
|
||||
=> https://gitlab.com/bashrc2/epicyon Repo
|
||||
=> https://www.patreon.com/freedombone Donate
|
||||
=> features.gmi Features
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"@context" : "http://schema.org",
|
||||
"@type" : "SoftwareApplication",
|
||||
"name" : "Epicyon",
|
||||
"image" : "https://epicyon.net/images/logo.png",
|
||||
"url" : "https://epicyon.net",
|
||||
"image" : "https://libreserver.org/epicyon/images/logo.png",
|
||||
"url" : "https://libreserver.org/epicyon",
|
||||
"author" : {
|
||||
"@type" : "Person",
|
||||
"name" : "Bob Mottram",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"url": "https://epicyon.freedombone.net/users/bob"
|
||||
},
|
||||
"applicationCategory" : ["server", "software", "bash", "debian", "linux", "self-hosting"],
|
||||
"downloadUrl" : "https://epicyon.net/epicyon.tar.gz"
|
||||
"downloadUrl" : "https://libreserver.org/epicyon/epicyon.tar.gz"
|
||||
}
|
||||
</script>
|
||||
<meta name="description" content="ActivityPub server written in Python, HTML and CSS, and suitable for self-hosting on single board computers">
|
||||
|
|
Loading…
Reference in New Issue