jops b491fd92d5 Aggiorna 'README.md' | 1 week ago | |
---|---|---|
.devcontainer | 5 months ago | |
.github | 2 months ago | |
.husky | 6 months ago | |
.yarn | 8 months ago | |
app | 2 months ago | |
bin | 6 months ago | |
chart | 1 year ago | |
config | 2 months ago | |
db | 4 months ago | |
dist | 1 year ago | |
lib | 4 months ago | |
log | 8 years ago | |
public | 6 months ago | |
spec | 2 months ago | |
streaming | 2 months ago | |
vendor | 5 years ago | |
.browserslistrc | 5 months ago | |
.buildpacks | 4 years ago | |
.bundler-audit.yml | 8 months ago | |
.dockerignore | 10 months ago | |
.editorconfig | 1 year ago | |
.env.development | 4 months ago | |
.env.production.sample | 1 year ago | |
.env.test | 4 months ago | |
.env.vagrant | 1 year ago | |
.eslintignore | 5 years ago | |
.eslintrc.js | 5 months ago | |
.foreman | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 4 months ago | |
.haml-lint.yml | 5 months ago | |
.nanoignore | 7 years ago | |
.nvmrc | 5 months ago | |
.prettierignore | 6 months ago | |
.prettierrc.js | 1 year ago | |
.profile | 1 year ago | |
.rspec | 8 years ago | |
.rubocop.yml | 4 months ago | |
.rubocop_todo.yml | 4 months ago | |
.ruby-gemset | 2 years ago | |
.ruby-version | 7 months ago | |
.simplecov | 10 months ago | |
.slugignore | 7 years ago | |
.watchmanconfig | 10 months ago | |
.yarnrc.yml | 10 months ago | |
AUTHORS.md | 11 months ago | |
Aptfile | 1 year ago | |
CHANGELOG.md | 6 months ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
CONTRIBUTING.md | 9 months ago | |
Dockerfile | 4 months ago | |
FEDERATION.md | 7 months ago | |
Gemfile | 4 months ago | |
Gemfile.lock | 4 months ago | |
LICENSE | 8 years ago | |
Procfile | 4 years ago | |
Procfile.dev | 10 months ago | |
README.md | 1 week ago | |
Rakefile | 1 year ago | |
SECURITY.md | 8 months ago | |
Vagrantfile | 5 months ago | |
app.json | 1 year ago | |
babel.config.js | 10 months ago | |
config.ru | 1 year ago | |
crowdin.yml | 1 year ago | |
docker-compose.yml | 6 months ago | |
ide-helper.js | 4 years ago | |
jest.config.js | 8 months ago | |
jsconfig.json | 6 months ago | |
lint-staged.config.js | 8 months ago | |
package.json | 4 months ago | |
postcss.config.js | 4 months ago | |
priv-config | 6 years ago | |
scalingo.json | 1 year ago | |
stylelint.config.js | 1 year ago | |
tsconfig.json | 6 months ago | |
yarn.lock | 4 months ago |
Bastodon is a fork of the popular open-source social networking server, Mastodon. It retains the core features of Mastodon while introducing unique enhancements tailored to improve user experience and customization. Developed and maintained by the Bida Collective (bida.im), Bastodon brings additional flexibility to your social networking platform.
To set up Bastodon, follow the instructions below:
git clone https://git.lattuga.net/bida/bastodon.git
cd bastodon
Follow the installation instructions for dependencies as outlined in the Mastodon documentation, then apply the additional configurations specific to Bastodon.
Add the following environment variables to your .env
file to enable and configure the new features:
NEIGHBORHOOD_TIMELINE_ENABLED=true
NEIGHBORHOOD_INSTANCES=mastodon.cisti.org,sociale.network,puntarella.party,gancio.cisti.org,stereodon.social
MAX_CHARS=840
NEIGHBORHOOD_TIMELINE_ENABLED
: Set to true
to activate the Neighborhood Timeline.NEIGHBORHOOD_INSTANCES
: Comma-separated list of instances to include in the Neighborhood Timeline.MAX_CHARS
: Maximum number of characters allowed per post.These are example values; adjust them according to your specific needs.
For detailed configuration and customization, refer to the updated documentation provided within the Bastodon repository. The core functionality mirrors Mastodon, but with additional parameters for character limits and timeline settings.
Bastodon is an open-source project. If you have contributions or improvements, please follow the contributing guidelines outlined in the repository. The Bida Collective actively manages and maintains the codebase.
For support or inquiries, contact the Bida Collective at bida.im or open an issue on the repository.
Bastodon is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See the LICENSE file for details.