Skip to content

Commit

Permalink
(general): Add the base files using Reposeed
Browse files Browse the repository at this point in the history
  • Loading branch information
erbesharat committed Jul 10, 2019
1 parent 9681d2a commit b332cac
Show file tree
Hide file tree
Showing 26 changed files with 1,631 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--
This form is for bug reports and feature requests ONLY!
If you're looking for help check out [our support guidelines](/SUPPORT.md).
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
bug | feature

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Torproxy version:
- Others:
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Thanks for sending a pull request!
If this is your first time, read our [contributing guidelines](/CONTRIBUTING.md).
-->
**What this PR does / why we need it**:

<!--
**Which issue this PR fixes** *(optional - uncomment and add issue)*:
fixes #0
-->

**Special notes for your reviewer**:

**Release note**:
<!--
Optional one line note for this specific change, that can be used in a release-note or changelog.
-->
```release-note
```
17 changes: 17 additions & 0 deletions .gitlab/issue_templates/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!--
This form is for bug reports and feature requests ONLY!
If you're looking for help check out [our support guidelines](/SUPPORT.md).
-->
**Bug report**

**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Torproxy version:
- Others:
11 changes: 11 additions & 0 deletions .gitlab/issue_templates/Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!--
This form is for feature requests ONLY!
If you're looking for help check out [our support guidelines](/SUPPORT.md).
-->
**Feature request**

**What this feature does / why we need it**:

**Which issue this feature fix (if any)**

**Anything else we need to know?**:
20 changes: 20 additions & 0 deletions .gitlab/merge_request_templates/Merge Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Thanks for sending a pull request!
If this is your first time, read our [contributing guidelines](/CONTRIBUTING.md)
-->
**What this PR does / why we need it**:

<!--
**Which issue this PR fixes** *(optional - uncomment and add issue)*:
fixes #
-->

**Special notes for your reviewer**:

**Release note**:
<!--
Optional one line note for this specific change, that can be used in a release-note or changelog.
-->
```release-note
```
96 changes: 96 additions & 0 deletions .seed-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
project:
name: "Torproxy"
oneLiner: "An easy way to proxy your http requests through the onion network"
state: "beta"
image: ""
website: "https://torproxy.okkur.org"
description: |
Route your http requests through the onion network without Tor browser
version: "v0.4.1"

vision:
type: "community"
overview: |
Providing a fast and simple way to proxy your http requests through the onion network
items:
- "Simple and minimal config"
- "Proxy multiple hosts to a single endpoint"
concept: "Torproxy's core concept is to provide a simple way to proxy your http requsts using Caddy without needing to write complex logics and config"
aim: "Our aim is to provide a secure and easy way to access onion network on any device."

contributionLinks:
issueTemplate: "/.github/ISSUE_TEMPLATE.md"
starterIssues: "https://github.com/okkur/torproxy/labels/starter%20issue"

supportLinks:
documentation: "/docs"

readme:
usageExample: |
First you need to install the Tor on your machine. Check this page to download and learn how to install Tor: [Download Tor](https://www.torproject.org/download/)
Then install the torproxy using `go get`:
```
go get github.com/okkur/torproxy/cmd/torproxy
```
Create a config file like the below example:
```
example.test {
torproxy example.test somewhereonthe.onion
}
```
Then run torproxy using this command:
```
torproxy -conf tor.test
```
docs:
development: |
Run the following command to get torproxy's source code and switch your working directory to the torproxy repository
```
git clone github.com/okkur/torproxy && cd torproxy
```
Then run the following command to download the dependencies to your local cache
```
go mod download
```
Do not forget to install the Tor itself on your machine too since torproxy needs that to operate correctly.
emails:
commercialSupport: "[email protected]"
security: "[email protected]"
coc: "[email protected]"

copyright:
owner: "The Torproxy authors"
year: "2019"

cla:
copyrightHolder: "nzt.ventures GmbH"
mail: "[email protected]"

maintainers:
- name: "Michael Grosser"
nick: "stp-ip"

repo:
link: "https://torproxy.okkur.org/code"
type: "Github"

badges:
- image: "https://img.shields.io/badge/state-beta-blue.svg"
alt: "state"
- image: "https://img.shields.io/github/release/okkur/torproxy.svg"
link: "https://github.com/okkur/torproxy/releases"
alt: "release"
- image: "https://img.shields.io/github/license/okkur/torproxy.svg"
link: "LICENSE"
alt: "license"

reposeed:
configVersion: "v1"
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!--
# v0.2.0
_2017_
- [Downloads for v0.2.0](#downloads-for-v020)
- [Changelog since v0.1.0](#changes-since-v010)
- [Documentation for v0.2.0](#documentation-for-v020)
## Documentation for v0.2.0
[Documentation](/tree/v0.2.0/docs)
## Changes since v0.1.0
## Fixes since v0.1.0
---
-->

# v0.1.0
_2017-01-01_
- [Downloads for v0.1.0](#downloads-for-v010)
- [Changelog since v0.0.0](#changes-since-v000)
- [Documentation for v0.1.0](#documentation-for-v010)

## Downloads for v0.1.0

file | sha1 hash | md5 hash
--- | --------- | --------
[file.tar.gz](https://example.com/release/v0.1.0/file.tar.gz) | `1578305efcb3eb8c7964adc535adb2e4b1fe41f6` | `92fcfd07d75ae94bfca36ded722ae7b626091fe4f7e76f6fcbf9f46a2fe3aab6`

## Documentation for v0.1.0
[Documentation](/docs)


## Changes since v0.0.0
- Feature X
- Feature Z

## Fixes since v0.0.0
- Fix 123
29 changes: 29 additions & 0 deletions CLA/CORPORATE_CONTRIBUTOR_LICENSE_AGREEMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Corporate contributor license agreement

You accept and agree to the following terms and conditions for Your present and future Contributions submitted to nzt.ventures GmbH. Except for the license granted herein to nzt.ventures GmbH and recipients of software distributed by nzt.ventures GmbH, You reserve all right, title, and interest in and to Your Contributions.

1. Definitions.

"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with nzt.ventures GmbH. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

"Contribution" shall mean the code, documentation or other original works of authorship, including any modifications or additions to an existing work, that is submitted by You to nzt.ventures GmbH for inclusion in, or documentation of, any of the products owned or managed by nzt.ventures GmbH (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to nzt.ventures GmbH or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, nzt.ventures GmbH for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."

2. Grant of Copyright License.

Subject to the terms and conditions of this Agreement, You hereby grant to nzt.ventures GmbH and to recipients of software distributed by nzt.ventures GmbH a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

3. Grant of Patent License.

Subject to the terms and conditions of this Agreement, You hereby grant to nzt.ventures GmbH and to recipients of software distributed by nzt.ventures GmbH a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.

4. You represent that You are legally entitled to grant the above license. You represent further that each of Your employees is authorized to submit Contributions on Your behalf, but excluding employees that are designated in writing by You as "Not authorized to submit Contributions on behalf of [name of Your corporation here]." Such designations of exclusion for unauthorized employees are to be submitted via email to [email protected].

5. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others).

6. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.

7. Should You wish to submit work that is not Your original creation, You may submit it to nzt.ventures GmbH separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".

8. It is Your responsibility to notify nzt.ventures GmbH when any change is required to the list of designated employees excluded from submitting Contributions on Your behalf per Section 4. Such notification should be sent via email to [email protected].

This text is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/) and the original source is the Google Open Source Programs Office.
25 changes: 25 additions & 0 deletions CLA/INDIVIDUAL_CONTRIBUTOR_LICENSE_AGREEMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Individual contributor license agreement

You accept and agree to the following terms and conditions for Your present and future Contributions submitted to nzt.ventures GmbH Except for the license granted herein to nzt.ventures GmbH and recipients of software distributed by nzt.ventures GmbH, You reserve all right, title, and interest in and to Your Contributions.

1. Definitions.

"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with nzt.ventures GmbH. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.

"Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to nzt.ventures GmbH for inclusion in, or documentation of, any of the products owned or managed by nzt.ventures GmbH (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to nzt.ventures GmbH or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, nzt.ventures GmbH for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."

2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to nzt.ventures GmbH and to recipients of software distributed by nzt.ventures GmbH a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

3. Grant of Patent License. Subject to the terms and conditions of this Agreement, You hereby grant to nzt.ventures GmbH and to recipients of software distributed by nzt.ventures GmbH a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.

4. You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to nzt.ventures GmbH, or that your employer has executed a separate Corporate CLA with nzt.ventures GmbH.

5. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.

6. You are not expected to provide support for Your Contributions, except to the extent You desire to provide support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.

7. Should You wish to submit work that is not Your original creation, You may submit it to nzt.ventures GmbH separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [insert_name_here]".

8. You agree to notify nzt.ventures GmbH of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.

This text is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/) and the original source is the Google Open Source Programs Office.
46 changes: 46 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
Loading

0 comments on commit b332cac

Please sign in to comment.