Find a file
2024-10-14 14:03:38 +03:00
config Disable access log by default 2023-09-09 06:38:52 +00:00
mastodon taking changes from the original version 2024-10-14 14:03:38 +03:00
model Use CSP header to restrict resource loading 2023-10-15 15:53:44 +00:00
renderer Add hashtag search 2024-06-17 14:48:13 +00:00
service taking changes from the original version 2024-10-14 14:03:38 +03:00
static taking changes from the original version 2024-10-14 14:03:38 +03:00
templates taking changes from the original version 2024-10-14 14:03:38 +03:00
util Remove unused session ID field 2023-10-07 10:20:11 +00:00
vendor Use vendored dependencies 2020-02-01 11:31:44 +00:00
.gitignore e 2024-09-17 15:02:57 +03:00
bloat.conf fixed spellings 2024-09-16 21:37:32 +03:00
COPYING Add license 2019-12-13 21:07:34 +00:00
go.mod Fix minimum required Go version in go.mod 2023-09-24 10:41:21 +00:00
go.sum Remove websocket api 2020-01-31 18:23:18 +00:00
INSTALL fixed spellings 2024-09-16 21:37:32 +03:00
main.go Restrict instance level custom CSS to static directory 2023-10-15 15:46:54 +00:00
Makefile Use cookies for session storage 2022-10-25 14:14:46 +00:00
README Обновить README 2024-09-16 18:33:20 +00:00

bloat - A web client for the Fediverse

Features:

- Does not require JavaScript to display text, images, audios and videos.


Requirements:

- Go 1.11


Building and Installation:

Typing make will build the binary 
$ make

Edit the default config file. See the bloat.conf file for more details.
$ ed bloat.conf

Run the binary
$ ./bloat

You can now access the frontend at http://127.0.0.1:8080, which is the default
listen address. See the INSTALL file for more details.


License:

To the extent possible under law, the author have dedicated all copyright and
related and neighboring rights to this software to the public domain worldwide.
This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with
this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.