No description
Find a file
Benjamin Neff a4d45358a2
Set listen not only on localhost when used in docker
When puma was introduced in #8392 the default listen configuration was
set to only localhost, which makes sense for most development setups,
but when run within docker, it needs to listen on all IPs so the port
can be forwarded to be accessable outside of docker.

Because the new default makes sense without docker, I overwrite the
option with a environment variable only in the docker-setup. This also
ensures that it always contains the right value needed for the
docker-setup to work, no matter what was configured outside of docker.
2022-09-19 04:01:16 +02:00
.github/workflows Drop ruby 2.6 to allow new diaspora_federation version 2022-07-20 22:42:01 +02:00
app Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00
bin Merge branch 'next-minor' into develop 2022-09-10 01:16:09 +02:00
config Merge pull request #8389 from SuperTux88/update-changelog 2022-09-10 01:29:10 +02:00
db/migrate Merge branch 'next-minor' into develop 2022-07-20 21:34:39 +02:00
docker/develop Set listen not only on localhost when used in docker 2022-09-19 04:01:16 +02:00
features Fix some keyword args for ruby 3 compatibility 2022-07-21 01:25:53 +02:00
graphics Add a manifest.json file as a first step to make diaspora* a PWA 2019-04-27 18:00:14 +02:00
lib post fetch: use warn not debug for exception logging 2022-09-05 23:22:26 +03:00
log ensure ./log folder exists 2021-09-18 19:18:03 +02:00
public Add /camo/ to robots.txt 2018-02-27 00:47:32 +01:00
script Add redis to docker development setup 2022-09-19 04:01:16 +02:00
spec Merge pull request #8390 from cmrd-senya/improve-public-fetch 2022-09-10 01:34:54 +02:00
tmp/pids ensure tmp/pids exists [ci skip] 2015-05-21 17:25:47 +02:00
vendor Add NodeInfo 2.1 2022-07-23 16:59:37 +02:00
.codeclimate.yml add CodeClimate config 2016-07-06 00:59:16 +02:00
.editorconfig add editorconfig 2015-02-14 17:07:56 +01:00
.eslintrc Remove the JSXC/Prosody integration. 2019-10-18 23:14:14 +02:00
.foreman Add vines as foreman task 2014-11-13 11:36:55 +01:00
.gitignore Merge branch 'next-minor' into develop 2022-07-18 00:56:41 +02:00
.haml-lint.yml add haml-lint 2015-08-23 13:21:53 +02:00
.pronto.yml Configure pronto to ignore files in vendor and consolidate comments 2016-08-10 00:40:48 +02:00
.rspec require spec_helper in .rspec 2016-11-27 21:27:12 +01:00
.rubocop.yml Drop ruby 2.6 to allow new diaspora_federation version 2022-07-20 22:42:01 +02:00
.ruby-gemset
.ruby-version Add ruby 2.7, drop ruby 2.5 2022-07-20 21:27:46 +02:00
.scss-lint.yml Enforce comments before temporary linter rule changes 2016-02-06 14:15:04 +01:00
.slugignore
AUTHORS Update AUTHORS file 2015-09-14 21:50:09 +02:00
browserlist bump autoprefixer-rails 2015-02-28 02:36:14 +01:00
Changelog.md Merge pull request #8390 from cmrd-senya/improve-public-fetch 2022-09-10 01:34:54 +02:00
CODE_OF_CONDUCT.md Update Contributor Covenant to v1.4.0 2016-06-19 19:46:19 +02:00
config.ru Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00
CONTRIBUTING.md Add a Contributing file 2017-07-12 16:14:58 +02:00
COPYRIGHT remove unused social media logos and add attribution 2015-05-29 11:39:01 +02:00
Gemfile Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00
Gemfile.lock Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00
LICENSE Rename GNU-AGPL-3.0 to LICENSE 2016-09-25 07:26:07 +02:00
package.json Drop jquery.textchange 2022-07-17 22:16:05 +03:00
Procfile Replace Unicorn with Puma 2022-09-09 04:33:37 +02:00
Rakefile Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
README.md Add dedicated SECURITY.md. 2022-04-26 21:02:35 +02:00
SECURITY.md Add dedicated SECURITY.md. 2022-04-26 21:02:35 +02:00
yarn.lock Drop jquery.textchange 2022-07-17 22:16:05 +03:00

diaspora*

A privacy-aware, distributed, open source social network

Project site | Wiki | Bugtracker | Discussions and Support | License | Authors

Installation

You don't have to install diaspora* to use the network. There are many servers connected to diaspora*s network which are open to anyone, and you can create an account on one of these servers. Have a look at our tips for finding a home, or you can just go straight to the list of open servers to sign up.

Want to own your data and install diaspora*? Whether you just want to try it out, want to install it on your server or want to contribute and need a development setup, our installation guides will get you started!

Questions?

Have a look at our FAQs for users, for pod administrators or for developers.

Still haven't found an answer? Talk to us! Read how we communicate. We're here to answer all your questions.

Contribute

To keep diaspora* growing and improving we need all help we can get. Whether you can contribute code, ideas, translations, bug reports or simply extend the community as a helpful user or pod administrator, your help is welcome!

Everyone interacting in diasporas codebases, issue trackers, chat rooms, the wiki, and the Discourse is expected to follow the diaspora* code of conduct.

Security

See SECURITY.md for instructions on how to responsibly report a security vulnerability.