2023-07-04 16:41:17 +02:00
|
|
|
<p align="right">
|
|
|
|
<img src="http://forthebadge.com/images/badges/built-with-love.svg">
|
|
|
|
<img src="http://forthebadge.com/images/badges/for-you.svg">
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
2023-07-06 09:29:32 +02:00
|
|
|
<a href="https://gitea.ocram85.com/OCram85/swarmproxy/">
|
2023-07-04 16:41:17 +02:00
|
|
|
<img
|
2023-07-06 09:29:32 +02:00
|
|
|
src="/OCram85/swarmproxy/raw/branch/main/assets/social-logo.png"
|
|
|
|
alt="swarmproxy"
|
2023-07-04 16:41:17 +02:00
|
|
|
>
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h1 align="center">
|
2023-07-06 09:29:32 +02:00
|
|
|
swarmproxy
|
2023-07-04 16:41:17 +02:00
|
|
|
</h1>
|
|
|
|
|
|
|
|
<p align="center">
|
2023-07-06 09:29:32 +02:00
|
|
|
swarmproxy docker image
|
2023-07-04 16:41:17 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
2023-07-06 09:29:32 +02:00
|
|
|
<a href="https://drone.ocram85.com/OCram85/swarmproxy">
|
|
|
|
<img src="https://drone.ocram85.com/api/badges/OCram85/swarmproxy/status.svg" alt="Main Branch Build Status">
|
2023-07-04 16:41:17 +02:00
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
## :book: General
|
|
|
|
|
|
|
|
> :bulb: tbd...
|
2023-07-06 09:29:32 +02:00
|
|
|
|
2023-07-10 15:08:13 +02:00
|
|
|
## 😡 We're Using GitHub Under Protest
|
|
|
|
|
|
|
|
This project is currently **mirrored** to GitHub. This is not ideal; GitHub is a
|
|
|
|
proprietary, trade-secret system that is not Free and Open Source Software
|
|
|
|
(FOSS). We are deeply concerned about using a proprietary system like GitHub
|
|
|
|
to develop our FOSS project. We have an
|
|
|
|
[open Gitea repository ](https://gitea.ocram85.com/CodeServer/arkanum/issues) where the
|
|
|
|
project contributors are actively discussing how we can move away from GitHub
|
|
|
|
in the long term. We urge you to read about the
|
|
|
|
[Give up GitHub](https://GiveUpGitHub.org) campaign from
|
|
|
|
[the Software Freedom Conservancy](https://sfconservancy.org) to understand
|
|
|
|
some of the reasons why GitHub is not a good place to host FOSS projects.
|
|
|
|
|
|
|
|
If you are a contributor who personally has already quit using GitHub, please
|
|
|
|
[check this resource](https://gitea.ocram85.com/CodeServer/arkanum) for how to send us contributions without
|
|
|
|
using GitHub directly.
|
|
|
|
|
|
|
|
Any use of this project's code by GitHub Copilot, past or present, is done
|
|
|
|
without our permission. We do not consent to GitHub's use of this project's
|
|
|
|
code in Copilot.
|
|
|
|
|
|
|
|
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png)
|
|
|
|
|
2023-07-06 09:29:32 +02:00
|
|
|
## 🙏 Credits
|
|
|
|
|
|
|
|
swarmproxy is based on the following projects and wouldn't be possible without them:
|
|
|
|
|
2023-07-10 14:10:16 +02:00
|
|
|
- [Tinyproxy](https://github.com/tinyproxy/tinyproxy) - The Tinyproxy project itself
|
|
|
|
- [docker-tinyproxy](https://github.com/kalaksi/docker-tinyproxy) - A containerized tinyproxy variant.
|
|
|
|
- [docker-tinyproxy](https://github.com/ajoergensen/docker-tinyproxy) - A containerized tinyproxy variant.
|
2023-07-10 15:08:13 +02:00
|
|
|
|
|
|
|
## ⚖️ License (AGPLv3)
|
|
|
|
|
|
|
|
![AGPL](https://www.gnu.org/graphics/agplv3-155x51.png)
|
|
|
|
|
|
|
|
```
|
|
|
|
Arkanum - Code-Server container optimized for daily use.
|
|
|
|
Copyright (C) 2022 "OCram85 <me@ocram85.com>"
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
```
|