1
0
Fork
You've already forked fediace
0
Fediace modification of https://github.com/superseriousbusiness/gotosocial based off the binary releases
  • CSS 96.4%
  • JavaScript 3.6%
2022年11月19日 20:01:11 +00:00
example make it its own 2022年07月18日 23:16:02 -06:00
web thing's 2022年11月19日 20:01:11 +00:00
.gitignore Initial commit on GoToSocial v0.3.7 2022年07月09日 17:45:34 +00:00
Caddyfile make it its own 2022年07月18日 23:16:02 -06:00
gotosocial more stuff 2022年10月20日 16:17:36 +00:00
LICENSE Initial commit on GoToSocial v0.3.7 2022年07月09日 17:45:34 +00:00
log3 thinf 2022年11月06日 13:41:42 +00:00
README.md make it its own 2022年07月18日 23:16:02 -06:00

Fediace

Fediace is a complete frontend rework for GoToSocial which makes some things different, including:

  • Margins minified
  • Toots in a thread/profile view will collapse borders
  • No box shadow: instead, a border is used
  • Media displayment improvements
  • Admin panel improvements
  • Display name is no longer overlayed on header image
  • Monospace font and sepia images for ease on eyes
  • Description (not short description) is shoen on the front page
  • Renamed posts to pings
  • Links to Fediace Pinafore

And more to come in the future:

  • Webpage title changes based on location in website

How to use

Simply copy the web/ folder to your GoToSocial folder and restart GoToSocial.

Set up from scratch

You will need caddy and git installed. In root shell:

cd /
git clone https://codeberg.org/foreverxml/fediace
cd fediace
cp example/config.yaml config.yaml
# edit config.yaml, adding in your instance url.
nano config.yaml
# then put that same one in the Caddyfile
nano Caddyfile
./gotosocial --config-path ./config.yaml admin account create --username FediaceUser --password ThisIsMyMostExcellentPassword --email email@example.org
# please swap those out
./gotosocial --config-path ./config.yaml admin account confirm --username FediaceUser
./gotosocial --config-path ./config.yaml admin account promote --username FediaceUser
# then start the server. use this command to stsrt it now
./gotosocial --config-path ./config.yaml server start & && disown
caddy start

Licensing

It is reccomended that you modify this repo! However, you must follow the terms of the AGPL and publish it on a software forge.