1
0
Fork0
Fork of join-misskey's Ubuntu bash installer for Calckey
2023-07-21 03:13:33 +09:00
LICENSECalckey-ify2023-01-08 15:35:12 -08:00
README.mdUpdate 'README.md'2023-04-17 02:18:31 +00:00
ubuntu.shNode 202023-07-21 03:07:38 +09:00
update.ubuntu.shCalckey -> Firefish2023-07-21 03:13:33 +09:00

Calckey Ubuntu install shell script

This is forked from https://github.com/joinmisskey/bash-install for use with Calckey.

Install Calckey with one shell script!

You can install calckey on an Ubuntu server just by answering some questions.

There is also an update script.

Requirements

  • A domain
  • An Ubuntu server/vps
  • Git
  • wget
  • Docker (optional)

Configure Cloudflare

If you are using Nginx and Cloudflare, you must configure Cloudflare:

  • Set DNS.
  • On SSL/TLS setting tab, switch the encryption mode to "Full".
  • Turn off code minification.

Steps

1. Prepare

Make sure all packages are up to date and reboot.

sudo apt update; sudo apt install git wget; sudo apt full-upgrade -y; sudo reboot

2. Start the installation

Reconnect SSH and let's start installing Calckey.

wget https://codeberg.org/calckey/ubuntu-bash-install/raw/branch/main/ubuntu.sh -O ubuntu.sh; sudo bash ubuntu.sh

3. Updating

There is also an update script.

First, download the script.

wget https://codeberg.org/calckey/ubuntu-bash-install/raw/branch/main/update.ubuntu.sh -O update.sh

Run it when you want to update Calckey.

sudo bash update.sh
  • In the systemd environment, the -r option can be used to update and reboot the system.
  • In the docker environment, you can specify repository:tag as an argument.