Official bootstrap for running your own Sentry with Docker.
To get started with all the defaults, simply clone the repo and run ./install.sh
in your local check-out.
There may need to be modifications to the included example config files (sentry/config.example.yml
and sentry/sentry.conf.example.py
) to accommodate your needs or your environment (such as adding GitHub credentials). If you want to perform these, do them before you run the install script and copy them without the .example
extensions in the name (such as sentry/sentry.conf.py
) before running the install.sh
script.
Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.
Most of the documentation is available on our Website, you can also try our demo server before setting up your own, and come talk to us on Matrix.
Self hosted project management and collaboration tool inspired by basecamp.
Overview | Demo | Installation | Screenshots | Contributing | Supporting | Credits | License
Goodwork is a simple project management and collaboration tool for software teams. It is open source and MIT licensed. Goodwork is a self-hosted software (no dependency on anyone else and only you keep your data).
Goodwork brings you all the components required for your project to run smoothly in one place so that you have single source of truth. Instead of using a collection of tools or service which makes everything messy with important details being hard to find because stuff is scattered all over the place, Goodwork organizes everything in a central place where everyone in the company knows what to do, knows where things stand and where to find stuff without having to ask around.
The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.
You may choose to rely on DockSTARTer for various changes to your Docker system, or use DockSTARTer as a stepping stone and learn to do more advanced configurations.
Raspbian requires a few extra commands
The standard install above downloads the initial script using a method with some known risks. For those concerned with the security of the above method here is an alternative:
To run DockSTARTer use the command above. You should now see the main menu from the screenshots. Select Configuration
and then Full Setup
and you will be guided through selecting apps and starting containers.
In all commands you need to call js-script in app docker container.
So you need to find out container name with proxy application by running the following command:
For example, it will be socks5proxy_proxy_1
.
In all the following commands you need to replace socks5proxy_proxy_1
with the yours container name.