Skip to content

Commit b5ed8b8

Browse files
authored
change shorted links (#2505)
Signed-off-by: Daniel Hansson <[email protected]>
1 parent bb2f6ee commit b5ed8b8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Please report any issues you can find. Improvements are welcome!
114114
* [liao20081228](https://github.com/liao20081228)
115115
* [aaaskew](https://github.com/aaaskew)
116116

117-
[Nextcloud Server]: https://bit.ly/2CHIUkA
118-
[app store]: https://bit.ly/2HUy4v9
119-
[\*nix]: https://bit.ly/2UaCC7b
120-
[A+ security-rated]: https://bit.ly/2mvlyJ3
121-
[Collabora Online]: https://bit.ly/2WjVVZ8
122-
[ONLYOFFICE]: https://bit.ly/2FA0TKj
117+
[Nextcloud Server]: http://shortio.hanssonit.se/r1Rx0GqXa9
118+
[app store]: http://shortio.hanssonit.se/Rz1GEXt9dL
119+
[\*nix]: http://shortio.hanssonit.se/52hOTQbhdh
120+
[A+ security-rated]: http://shortio.hanssonit.se/aMTjg0SJi3
121+
[Collabora Online]: http://shortio.hanssonit.se/IKjBoOfQOT
122+
[ONLYOFFICE]: http://shortio.hanssonit.se/oRLShCfRK3

addons/deSEC/desec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The hook files will end up in $SCRIPTS/deSEC, please don't touch that folder unl
150150
You can read more about it here: https://github.com/desec-io/desec-certbot-hook
151151
152152
Please remember that you still need to open the port you choose to make your server publicly available.
153-
You can read more about that here: https://goo.gl/iUGE2U"
153+
You can read more about that here: http://shortio.hanssonit.se/ffOQOXS6Kh"
154154

155155
# Run the TLS script
156156
run_script LETS_ENC activate-tls

lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,15 +753,15 @@ check_nextcloud_https() {
753753
then
754754
msg_box "Sorry, but Nextcloud needs to be run on HTTPS.
755755
You can easily activate TLS (HTTPS) by running the Let's Encrypt script.
756-
More info here: https://bit.ly/37wRCin
756+
More info here: http://shortio.hanssonit.se/1EAgBmPyFc
757757
758758
To run this script again, just exectue 'sudo bash $SCRIPTS/menu.sh' and choose:
759759
Additional Apps --> Documentserver --> $1."
760760
exit
761761
else
762762
msg_box "Sorry, but Nextcloud needs to be run on HTTPS.
763763
You can easily activate TLS (HTTPS) by running the Let's Encrypt script.
764-
More info here: https://bit.ly/37wRCin
764+
More info here: http://shortio.hanssonit.se/1EAgBmPyFc
765765
766766
To run this script again, just exectue 'sudo bash $SCRIPTS/menu.sh' and choose:
767767
Additional Apps --> $1."

nextcloud-startup-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ More info here: https://nextcloud.com/enterprise/
589589
Get your license here: https://shop.hanssonit.se/product/nextcloud-enterprise-license-100-users/"
590590

591591
msg_box "TIPS & TRICKS:
592-
1. Publish your server online: https://goo.gl/iUGE2U
592+
1. Publish your server online: http://shortio.hanssonit.se/ffOQOXS6Kh
593593
2. To login to PostgreSQL just type: sudo -u postgres psql nextcloud_db
594594
3. To update this server just type: sudo bash /var/scripts/update.sh
595595
4. Install apps, configure Nextcloud, and server: sudo bash $SCRIPTS/menu.sh"

static/instruction.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ echo -e "|" "${IGreen}The default sudoer password is: ${BIGreen}nextcloud${IGre
1717
cat << INST2
1818
| |
1919
| You can find the complete install instructions here: |
20-
| Nextcloud VM = https://bit.ly/2S8eGfS |
21-
| Nextcloud Home/SME Server = https://bit.ly/2k2TNaM |
20+
| Nextcloud VM = http://shortio.hanssonit.se/6xxdsHvhwe |
21+
| Nextcloud Home/SME Server = http://shortio.hanssonit.se/LnrY5GMQYy |
2222
| |
2323
| Optional: |
2424
| If you are running Windows 10 (1809) or later, you can simply use SSH |

0 commit comments

Comments
 (0)