Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change shorted links #2505

Merged
merged 1 commit into from
Jun 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Please report any issues you can find. Improvements are welcome!
* [liao20081228](https://github.com/liao20081228)
* [aaaskew](https://github.com/aaaskew)

[Nextcloud Server]: https://bit.ly/2CHIUkA
[app store]: https://bit.ly/2HUy4v9
[\*nix]: https://bit.ly/2UaCC7b
[A+ security-rated]: https://bit.ly/2mvlyJ3
[Collabora Online]: https://bit.ly/2WjVVZ8
[ONLYOFFICE]: https://bit.ly/2FA0TKj
[Nextcloud Server]: http://shortio.hanssonit.se/r1Rx0GqXa9
[app store]: http://shortio.hanssonit.se/Rz1GEXt9dL
[\*nix]: http://shortio.hanssonit.se/52hOTQbhdh
[A+ security-rated]: http://shortio.hanssonit.se/aMTjg0SJi3
[Collabora Online]: http://shortio.hanssonit.se/IKjBoOfQOT
[ONLYOFFICE]: http://shortio.hanssonit.se/oRLShCfRK3
2 changes: 1 addition & 1 deletion addons/deSEC/desec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The hook files will end up in $SCRIPTS/deSEC, please don't touch that folder unl
You can read more about it here: https://github.com/desec-io/desec-certbot-hook

Please remember that you still need to open the port you choose to make your server publicly available.
You can read more about that here: https://goo.gl/iUGE2U"
You can read more about that here: http://shortio.hanssonit.se/ffOQOXS6Kh"

# Run the TLS script
run_script LETS_ENC activate-tls
Expand Down
4 changes: 2 additions & 2 deletions lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -753,15 +753,15 @@ check_nextcloud_https() {
then
msg_box "Sorry, but Nextcloud needs to be run on HTTPS.
You can easily activate TLS (HTTPS) by running the Let's Encrypt script.
More info here: https://bit.ly/37wRCin
More info here: http://shortio.hanssonit.se/1EAgBmPyFc

To run this script again, just exectue 'sudo bash $SCRIPTS/menu.sh' and choose:
Additional Apps --> Documentserver --> $1."
exit
else
msg_box "Sorry, but Nextcloud needs to be run on HTTPS.
You can easily activate TLS (HTTPS) by running the Let's Encrypt script.
More info here: https://bit.ly/37wRCin
More info here: http://shortio.hanssonit.se/1EAgBmPyFc

To run this script again, just exectue 'sudo bash $SCRIPTS/menu.sh' and choose:
Additional Apps --> $1."
Expand Down
2 changes: 1 addition & 1 deletion nextcloud-startup-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ More info here: https://nextcloud.com/enterprise/
Get your license here: https://shop.hanssonit.se/product/nextcloud-enterprise-license-100-users/"

msg_box "TIPS & TRICKS:
1. Publish your server online: https://goo.gl/iUGE2U
1. Publish your server online: http://shortio.hanssonit.se/ffOQOXS6Kh
2. To login to PostgreSQL just type: sudo -u postgres psql nextcloud_db
3. To update this server just type: sudo bash /var/scripts/update.sh
4. Install apps, configure Nextcloud, and server: sudo bash $SCRIPTS/menu.sh"
Expand Down
4 changes: 2 additions & 2 deletions static/instruction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ echo -e "|" "${IGreen}The default sudoer password is: ${BIGreen}nextcloud${IGre
cat << INST2
| |
| You can find the complete install instructions here: |
| Nextcloud VM = https://bit.ly/2S8eGfS |
| Nextcloud Home/SME Server = https://bit.ly/2k2TNaM |
| Nextcloud VM = http://shortio.hanssonit.se/6xxdsHvhwe |
| Nextcloud Home/SME Server = http://shortio.hanssonit.se/LnrY5GMQYy |
| |
| Optional: |
| If you are running Windows 10 (1809) or later, you can simply use SSH |
Expand Down