mirror of
https://git.envs.net/envs/pleroma-custom.git
synced 2024-11-10 11:49:26 +01:00
update panel info
This commit is contained in:
parent
f0b4122ff2
commit
3c81b4a768
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,7 @@ path: `/var/lib/pleroma/`
|
|||
|
||||
includes also emojis from:
|
||||
- https://fedi.absturztau.be/emoji-packs/index.html
|
||||
- senko and gyate_th - https://udongein.xyz/emoji-packs/
|
||||
- blobfox - https://www.feuerfuchs.dev/projects/blobfox-emojis/
|
||||
- bunhd - https://www.feuerfuchs.dev/projects/bunhd-emojis/
|
||||
|
||||
|
@ -27,4 +28,5 @@ newpack='MYSTUFF'
|
|||
cd static/emoji/"$newpack"
|
||||
for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$file" >> tmp.txt ; done
|
||||
sort -o emoji.txt tmp.txt ; rm tmp.txt
|
||||
sed -i "/\/emoji.txt/d" emoji.txt
|
||||
```
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
<p>Welcome to <a href="https://pleroma.social" target="_blank">Pleroma</a> on <a href="https://envs.net" target="_blank">envs.net</a>.</p>
|
||||
<p><a href="https://pleroma.envs.net">Pleroma FE</a> | <a href="/web">Mastodon FE</a><!-- | <a href="https://halcyon.envs.net/" target="_blank">halcyon</a>--></p>
|
||||
|
||||
<p>also available over <a href="gopher://pleroma.envs.net:7070" target="_blank">Gopher</a> (<a href="https://gopher.envs.net/pleroma.envs.net:7070" target="_blank">http proxy</a>).</p>
|
||||
|
||||
<p>• <a href="https://fediverse.network/pleroma.envs.net" target="_blank">Instance Statisic</a></p>
|
||||
<p>also available over <a href="gopher://pleroma.envs.net" target="_blank">Gopher</a> (<a href="https://gopher.envs.net/pleroma.envs.net" target="_blank">http proxy</a>).</p>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue