Skip to content

Commit

Permalink
Update all Github repository links. (StreisandEffect#983)
Browse files Browse the repository at this point in the history
The Streisand repos moved from `github.com/jlund/` to
`github.com/StreisandEffect/`. This commit updates all occurrences of
the old github URL across the entire project.
  • Loading branch information
cpu authored and alimakki committed Oct 11, 2017
1 parent 0a00821 commit 6cee3a4
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Do you have a broad question? Are you suggesting a feature, e.g. a new VPN
service or cloud provider? If so, please create a new issue in the Streisand
Discussions repository instead:
https://github.com/jlund/streisand-discussions/issues/
https://github.com/StreisandEffect/streisand-discussions/issues/
-->

### Expected behavior:
Expand Down
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ commitments (family, vacation, jobs, hobbies, relaxation!).

### Which Repository?

If your issue is a question or you need help with setting up / configuring Streisand, then please ask on the [streisand-discussions](https://github.com/jlund/streisand-discussions/) Github repository.
If your issue is a question or you need help with setting up / configuring Streisand, then please ask on the [streisand-discussions](https://github.com/StreisandEffect/streisand-discussions/) Github repository.

Similarly, ff you are requesting a new feature we prefer it be done on the [streisand-discussions](https://github.com/jlund/streisand-discussions) Github repository.
Similarly, ff you are requesting a new feature we prefer it be done on the [streisand-discussions](https://github.com/StreisandEffect/streisand-discussions) Github repository.

### Before Submitting an Issue

Before submitting new issues please do a search in [open issues](https://github.com/jlund/streisand/issues) to see if the issue or refinement you have in mind has already been suggested. For features/questions search [the streisand-discussions open issues](https://github.com/jlund/streisand-discussions/issues).
Before submitting new issues please do a search in [open issues](https://github.com/StreisandEffect/streisand/issues) to see if the issue or refinement you have in mind has already been suggested. For features/questions search [the streisand-discussions open issues](https://github.com/StreisandEffect/streisand-discussions/issues).

If you find your issue already exists, feel free to add constructive comments such as new information, additional insights on how to reproduce, etc. If you're only interested in sharing that the feature is important to you, or that the bug affects you then add a [reaction](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments). Using reactions in place of a "+1" or "me too!" comments helps keeps the conversation clear and concise.

Expand Down Expand Up @@ -52,7 +52,7 @@ of required questions without having to do any work besides copy & pasting!

#### What Other Information to Include in Your Issue

Please try your best to answer all of the questions in [the Streisand Issue template](https://github.com/jlund/streisand/blob/master/.github/ISSUE_TEMPLATE.md]. Answering these questions help us skip a lot of "Github telephone tag" that takes up time that could be used fixing the bug.
Please try your best to answer all of the questions in [the Streisand Issue template](https://github.com/StreisandEffect/streisand/blob/master/.github/ISSUE_TEMPLATE.md]. Answering these questions help us skip a lot of "Github telephone tag" that takes up time that could be used fixing the bug.

When describing your issue focus on:

Expand All @@ -72,7 +72,7 @@ Issues are generally closed for one of three reasons:
1. There wasn't enough information or nobody has been replying to questions
asked.
2. The issue was created on the wrong repository and should have been created as
a [streisand-discussions](https://github.com/jlund/streisand-discussions]
a [streisand-discussions](https://github.com/StreisandEffect/streisand-discussions]
issue or vice-versa.
3. After discussion and evaluation it was determined the problem was fixed or
wasn't appropriate for Streisand
Expand All @@ -95,7 +95,7 @@ design input which will save time later during code review!

Streisand uses [Travis CI](https://travis-ci.org/jlund/streisand) for continuous
integration testing. Make sure to read
[testing.md](https://github.com/jlund/streisand/blob/master/documentation/testing.md)
[testing.md](https://github.com/StreisandEffect/streisand/blob/master/documentation/testing.md)
where we describe the tests that are run, how to work around breakages for
features unsupported by LXC, and tips for developing on localhost with Vagrant.
All PRs will have to pass CI to be merged. Feel free to submit a PR with broken
Expand All @@ -117,5 +117,5 @@ We've recently begun working on modularizing Streisand so that installations can
be customized to include/not include certain VPN services. Additions to
Streisand should endeavour to fit into this model. We describe the philosophy
and design patterns used in this approach in
[modular_roles.md](https://github.com/jlund/streisand/blob/master/documentation/modular_roles.md)
[modular_roles.md](https://github.com/StreisandEffect/streisand/blob/master/documentation/modular_roles.md)

4 changes: 2 additions & 2 deletions README-chs.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Streisand 运行在**你自己的计算机上时(或者你电脑的虚拟机
### 执行 ###
1. 从 Streisand 抓取源码

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
如果 Github 被封锁了,就用我们提供的镜像。

git clone https://area51.threeletter.agency/mirrors/streisand.git && cd streisand
Expand Down Expand Up @@ -190,7 +190,7 @@ Streisand 运行在**你自己的计算机上时(或者你电脑的虚拟机
* 提供可选择性的安装和隔离,让服务器只运行某几(一)个服务或者守护进程。
* 更简便的设置

如果你对 Streisand 有任何期待和想法,或者你找到 BUG ,请联系我们并且发 [Issue Tracker](https://github.com/jlund/streisand/issues)
如果你对 Streisand 有任何期待和想法,或者你找到 BUG ,请联系我们并且发 [Issue Tracker](https://github.com/StreisandEffect/streisand/issues)

相关知识
----------------
Expand Down
4 changes: 2 additions & 2 deletions README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Effectuez toutes ces tâches sur votre machine locale.
### Exécution ###
1. Clonez le répertoire Streisand et entrez dans le répertoire.

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
2. Exécuter le script Streisand.

./streisand
Expand All @@ -183,7 +183,7 @@ Nouvelles fonctionnalités à venir
* Sélection et isolement des rôles, vous permettant de choisir quels services sont installés.
* Configuration simplifiée.

S'il ya quelque chose que vous pensez que Streisand devrait faire, ou si vous trouviez un bug dans sa documentation ou son exécution, s'il vous plaît déposer un rapport sur le [Issue Tracker](https://github.com/jlund/streisand/issues).
S'il ya quelque chose que vous pensez que Streisand devrait faire, ou si vous trouviez un bug dans sa documentation ou son exécution, s'il vous plaît déposer un rapport sur le [Issue Tracker](https://github.com/StreisandEffect/streisand/issues).

Remerciements
-------------
Expand Down
4 changes: 2 additions & 2 deletions README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

### Выполнение ###
1. Склонируйте репозиторий Стрейзанд и перейдите в директорию
git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
2. Запустите скрипт Стрейзанд.

./streisand
Expand Down Expand Up @@ -184,7 +184,7 @@
* Выбор и изоляция ролей, позволяющая вам выбрать, какие именно демоны и сервисы будут установлены.
* Более простая установка.

Если у вас есть идея, что ещё может делать Стрейзанд или вы нашли баг в документации или коде, пожалуйста, оставьте сообщение в [Issue Tracker](https://github.com/jlund/streisand/issues).
Если у вас есть идея, что ещё может делать Стрейзанд или вы нашли баг в документации или коде, пожалуйста, оставьте сообщение в [Issue Tracker](https://github.com/StreisandEffect/streisand/issues).

Благодарности
----------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Complete all of these tasks on your local home machine.
### Execution ###
1. Clone the Streisand repository and enter the directory.

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand

Or clone from the external mirror if GitHub is blocked.

Expand Down Expand Up @@ -189,7 +189,7 @@ Upcoming Features
-----------------
* Easier setup.

If there is something that you think Streisand should do, or if you find a bug in its documentation or execution, please file a report on the [Issue Tracker](https://github.com/jlund/streisand/issues).
If there is something that you think Streisand should do, or if you find a bug in its documentation or execution, please file a report on the [Issue Tracker](https://github.com/StreisandEffect/streisand/issues).

Core Contributors
----------------
Expand Down
62 changes: 31 additions & 31 deletions documentation/SOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,45 @@
## From APT

- Ubuntu standard repositories
- [Streisand Common Packages](https://github.com/jlund/streisand/blob/master/playbooks/roles/common/vars/main.yml)
- [`bind`](https://github.com/jlund/streisand/blob/master/playbooks/roles/dnsmasq/tasks/main.yml)
- [`dnsmasq`](https://github.com/jlund/streisand/blob/master/playbooks/roles/dnsmasq/tasks/main.yml)
- [Libreswan Compilation Dependencies](https://github.com/jlund/streisand/blob/master/playbooks/roles/l2tp-ipsec/vars/main.yml)
- [`monit`](https://github.com/jlund/streisand/blob/master/playbooks/roles/monit/tasks/main.yml)
- [OpenConnect Dependencies](https://github.com/jlund/streisand/blob/master/playbooks/roles/openconnect/vars/main.yml)
- [Shadowsocks Dependencies](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/vars/main.yml)
- [`sslh`](https://github.com/jlund/streisand/blob/master/playbooks/roles/sslh/tasks/main.yml)
- [`stunnel4`](https://github.com/jlund/streisand/blob/master/playbooks/roles/stunnel/tasks/main.yml)
- [`tinyproxy`](https://github.com/jlund/streisand/blob/master/playbooks/roles/tinyproxy/tasks/main.yml)
- [`ufw`](https://github.com/jlund/streisand/blob/master/playbooks/roles/ufw/tasks/main.yml)
- [Streisand Common Packages](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/common/vars/main.yml)
- [`bind`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/dnsmasq/tasks/main.yml)
- [`dnsmasq`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/dnsmasq/tasks/main.yml)
- [Libreswan Compilation Dependencies](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/l2tp-ipsec/vars/main.yml)
- [`monit`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/monit/tasks/main.yml)
- [OpenConnect Dependencies](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/openconnect/vars/main.yml)
- [Shadowsocks Dependencies](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/vars/main.yml)
- [`sslh`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/sslh/tasks/main.yml)
- [`stunnel4`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/stunnel/tasks/main.yml)
- [`tinyproxy`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/tinyproxy/tasks/main.yml)
- [`ufw`](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/ufw/tasks/main.yml)
- from 3rd party repositories:
- [`nginx` (from nginx.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/nginx/tasks/main.yml)
- [`obbfs4proxy` (from deb.torproject.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/tor-bridge/tasks/main.yml)
- [Wireguard Packages (from wireguard PPA)](https://github.com/jlund/streisand/blob/master/playbooks/roles/wireguard/tasks/install.yml)
- [Acmetool (from PPA)](https://github.com/jlund/streisand/blob/master/playbooks/roles/lets-encrypt/tasks/install.yml)
- [`nginx` (from nginx.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/nginx/tasks/main.yml)
- [`obbfs4proxy` (from deb.torproject.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/tor-bridge/tasks/main.yml)
- [Wireguard Packages (from wireguard PPA)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/wireguard/tasks/install.yml)
- [Acmetool (from PPA)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/lets-encrypt/tasks/install.yml)

## Source
- [Libreswan](https://github.com/jlund/streisand/blob/master/playbooks/roles/l2tp-ipsec/vars/main.yml)
- [OpenConnect](https://github.com/jlund/streisand/blob/master/playbooks/roles/openconnect/vars/main.yml)
- [OpenVPN (from build.openvpn.net)](https://github.com/jlund/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/tasks/main.yml)
- [Shadowsocks Simple-obfs (from github.com/shadowsocks-simpleobfs)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/tasks/simple-obfs.yml)
- [Libreswan](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/l2tp-ipsec/vars/main.yml)
- [OpenConnect](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/openconnect/vars/main.yml)
- [OpenVPN (from build.openvpn.net)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/tasks/main.yml)
- [Shadowsocks Simple-obfs (from github.com/shadowsocks-simpleobfs)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/tasks/simple-obfs.yml)


# Source of all clients mirrored

- Android
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- Linux
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
- macOS
- [Tunnelblick (from tunnelblick.net)](https://github.com/jlund/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
- [Tunnelblick (from tunnelblick.net)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
- Windows
- [OpenVPN (from build.openvpn.net)](https://github.com/jlund/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/jlund/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Stunnel (from stunnel.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/stunnel/vars/mirror.yml)
- [Putty (from the.earth.li)](https://github.com/jlund/streisand/blob/master/playbooks/roles/streisand-mirror/vars/ssh.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/jlund/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
- [OpenVPN (from build.openvpn.net)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/openvpn/vars/mirror.yml)
- [Shadowsocks (from github.com/shadowsocks)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/shadowsocks/vars/mirror.yml)
- [Stunnel (from stunnel.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/stunnel/vars/mirror.yml)
- [Putty (from the.earth.li)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/streisand-mirror/vars/ssh.yml)
- [Tor Browser (from dist.torproject.org)](https://github.com/StreisandEffect/streisand/blob/master/playbooks/roles/tor-bridge/vars/mirror-common.yml)
6 changes: 3 additions & 3 deletions documentation/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Using Vagrant for Local Testing
1. [Install Vagrant](https://www.vagrantup.com/docs/installation/)
2. Clone the Streisand repository and enter the directory.

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
3. If this is your first time following these steps, create & start the
`streisand-host` and `streisand-client` virtual machines with:

Expand All @@ -94,7 +94,7 @@ Using Vagrant for Remote Testing (Easy Way)
1. [Install Vagrant](https://www.vagrantup.com/docs/installation/)
2. Clone the Streisand repository and enter the directory.

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
3. Run the `remote_test.sh` helper script and give it the remote server IP
& gateway password when prompted:

Expand All @@ -105,7 +105,7 @@ Using Vagrant for Remote Testing (Hard Way)
1. [Install Vagrant](https://www.vagrantup.com/docs/installation/)
2. Clone the Streisand repository and enter the directory.

git clone https://github.com/jlund/streisand.git && cd streisand
git clone https://github.com/StreisandEffect/streisand.git && cd streisand
3. Edit `Vagrantfile.remotetest` and replace the `streisand_ip` host variable
with the IP of the remote server.
4. Create the `generated-docs/gateway-password.txt` file with the gateway
Expand Down
2 changes: 1 addition & 1 deletion playbooks/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
private: no

- name: "confirmation_credentials"
prompt: "\nEnsure that you have the azure credentials file: ~/.azure/credentials \nDetails on generating this can be found at https://github.com/jlund/streisand/blob/master/documentation/AZURE.md"
prompt: "\nEnsure that you have the azure credentials file: ~/.azure/credentials \nDetails on generating this can be found at https://github.com/StreisandEffect/streisand/blob/master/documentation/AZURE.md"

- name: "confirmation"
prompt: "\nStreisand will now set up your server: This process usually takes around ten minutes: Press Enter to begin setup...\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Please share the contents of this file when you open a new Streisand issue
https://github.com/jlund/streisand-discussions/issues/
https://github.com/StreisandEffect/streisand-discussions/issues/
It will help the developers reproduce your problem and provide a fix.
-->
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/genesis-linode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ linode_distribution_id: 146
linode_alert_cpu_threshold: 90

# Other values left as the defaults from the Linode module. See
# https://github.com/jlund/streisand/issues/626 for more detail.
# https://github.com/StreisandEffect/streisand/issues/626 for more detail.
linode_alert_diskio_threshold: 10000
linode_alert_bwin_threshold: 10
linode_alert_bwout_threshold: 10
Expand Down
Loading

0 comments on commit 6cee3a4

Please sign in to comment.