Skip to content

Commit

Permalink
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 28, 2023
1 parent e601fcf commit 30f2bb3
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 12 deletions.
4 changes: 4 additions & 0 deletions src/docs/install.md
Expand Up @@ -5,6 +5,10 @@ description: 'Misskeyインスタンスの作成方法についての案内で
# Misskeyインスタンスの作成
Misskeyインスタンスの構築に関心をお寄せいただきありがとうございます。インスタンスの作成方法はいくつかあるので、下記から選んでガイドをお読みください。

::: danger
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
:::

## Dockerを使ったインストール(おすすめ)
[こちら](./install/docker.html)

Expand Down
4 changes: 4 additions & 0 deletions src/docs/install/bash.md
Expand Up @@ -17,6 +17,10 @@ Misskeyを簡単にインストールするためのシェルスクリプトが
2. Ubuntuがインストールされたサーバー
3. Cloudflareアカウント(推奨)

::: danger
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
:::

Let's Encryptの認証を試行できる回数が少ないので、サーバーのネットワークやDNSの設定を十分確認してからインストールを開始してください。

## Cloudflareの設定
Expand Down
4 changes: 4 additions & 0 deletions src/docs/install/manual.md
Expand Up @@ -7,6 +7,10 @@ Misskey構築の手引き

このガイドではMisskeyのインストール・セットアップ方法について解説します。

::: danger
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
:::

::: tip 前提条件
以下のソフトウェアがインストール・設定されていること
- **[Node.js](https://nodejs.org/en/)** (18.13.x以上)
Expand Down
21 changes: 10 additions & 11 deletions src/docs/install/ubuntu-manual.md
Expand Up @@ -7,11 +7,8 @@

## シェルスクリプトのお知らせ

コピペばかりでつまらない!時間がかかる!とにかく面倒!
……あれ、コピペだけでできるなら、完全自動化できるのでは?

というわけで、**シェルスクリプトでほぼ全部やってくれるやつを作ってみました!**\
[**詳細と使用方法はこちらから!**](./bash.html)
コピペばかりならシェルスクリプトでいいじゃん、と言うことで**シェルスクリプトでほぼ全部やってくれるやつを作ってみました!**\
[**シェルスクリプトの詳細と使用方法はこちらから!**](./bash.html)

::: tip
シェルスクリプトでの開発環境へのインストールは想定されていません。
Expand All @@ -29,14 +26,16 @@

[docker-compose](./docker.html)なら、手作業でももうちょっと簡単に実行できるはずです。

::: danger
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
:::

## はじめに

この記事では、[Misskey構築の手引き (manual.html)](./manual.html)を基に、一般的なUbuntuサーバーへMisskeyをインストールし公開する方法の一挙手一投足を解説する。

Bashのコマンド入力、いくつかの設定ファイルの編集、そしてブラウザの操作だけで設定が完了するようにしている。インストールするソフトウェアについて簡単に説明しているが、気にする必要はない。

大まかな流れは上の**目次**をクリックし展開することで確認できる。

この記事では、具体性を重視し、特定の環境に特化した記述をしている。

OSの違い、Misskey本体や依存するソフトウェアのバージョンアップで変わってしまった部分等があるかもしれないが、ご容赦いただきたく思う。
Expand All @@ -52,6 +51,10 @@ OSの違い、Misskey本体や依存するソフトウェアのバージョン
* ドメインは[Google Domains](https://domains.google/intl/ja_jp/)などで予め用意しておくこと。
* ここではドメインをexample.tldとして解説を進めるので、自分が買ったドメインに適宜置き換えて読むこと。開発環境の場合はlocalhostと読み替えます(設定ファイルの項で別途説明)

::: danger
一度使用を始めたインスタンスのドメイン・ホスト名は、決して変更しないでください!
:::

## nanoの使い方

今回はテキストエディターにnanoを使う。次のように起動する。
Expand Down Expand Up @@ -498,10 +501,6 @@ Misskeyサーバーに自分のアカウントを登録・ログインし、設

## Misskeyのアップデート

アップデートについてもシェルスクリプトがあります。\
<https://github.com/joinmisskey/bash-install/blob/main/update.systemd.sh>

手作業でやる場合は次の通りです。\
[→ manual.html#Misskeyのアップデート方法](https://misskey-hub.net/docs/install/manual.html#misskey%E3%81%AE%E3%82%A2%E3%83%83%E3%83%95%E3%82%9A%E3%83%86%E3%82%99%E3%83%BC%E3%83%88%E6%96%B9%E6%B3%95)

作業中はMisskeyを使うことができません。
Expand Down
6 changes: 5 additions & 1 deletion src/en/docs/install.md
Expand Up @@ -2,7 +2,11 @@
Thank you for your interest in building a Misskey instance 🚀
There are several ways to create an instance, so please choose one below and read the guide.

## Using Docker (recommended)
::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

## Using Docker
[See here](./install/docker.html)

## Using Bash Script
Expand Down
4 changes: 4 additions & 0 deletions src/en/docs/install/bash.md
Expand Up @@ -16,6 +16,10 @@ There is also an update script.
2. An Ubuntu Server
3. A Cloudflare Account (recommended)

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

## Configure Cloudflare
If you are using nginx and Cloudflare, you must configure Cloudflare:

Expand Down
3 changes: 3 additions & 0 deletions src/en/docs/install/kubernetes.md
@@ -1,6 +1,9 @@
# Create Misskey Instance with Kubernetes/TrueNAS
This guide describes how to install and setup Misskey using Kubernetes and Helm charts.

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

## TrueCharts and TrueNAS Scale
The Helm chart for Misskey is hosted on TrueCharts which is a repository designed to be used with TrueNAS Scale, but its charts can also be installed as normal Helm charts. The [TrueCharts](https://truecharts.org/docs/charts/incubator/misskey) site has a list of all the charts available as well as documentation on how to install. The TrueCharts [Discord](https://discord.gg/Ax9ZgzKx9t) server is also a resource that can be used if you have questions. Misskey is currently on the *incubator* train.
Expand Down
4 changes: 4 additions & 0 deletions src/en/docs/install/manual.md
Expand Up @@ -6,6 +6,10 @@ This guide describes how to install and setup Misskey.

----------------------------------------------------------------

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

*1.* Install dependencies
----------------------------------------------------------------
Please install and setup these softwares:
Expand Down
4 changes: 4 additions & 0 deletions src/it/docs/install.md
Expand Up @@ -4,6 +4,10 @@ Grazie per il tuo interesse nel costruire una istanza Misskey 🚀

Ci sono vari modi per crearne una, scegli tra quelli elencati e segui la relativa guida.

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

## Usando Docker (raccomandato)

Se vuoi eseguire l'istanza in un container segui la [guida di installazione con Docker](./install/docker.html)
Expand Down
4 changes: 4 additions & 0 deletions src/it/docs/install/manual.md
Expand Up @@ -6,6 +6,10 @@ description: "Questa guida spiega come installare e configurare Misskey"

Questa guida spiega come installare e configurare Misskey

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

::: tip
Occorre installare il seguente software

Expand Down
4 changes: 4 additions & 0 deletions src/it/docs/install/ubuntu-manual.md
Expand Up @@ -42,6 +42,10 @@ Le indicazioni sono specifiche per il sistema operativo Ubuntu, alcune parti pot
Se prepari un ambiente di sviluppo, dominio e Cloudflare non servono
:::

::: danger
Never change the domain name (hostname) of an instance once you start using it!
:::

## Come usare l'editor Nano

L'editor di testo si apre con questo comando. `nano /percorso/al/file`. Il cursore si muove coi tasti freccia, home, end ecc... Per uscire, premi `CTRL+x`, successivamente, decidi se salvare le modifiche, premi `Y` per accettare.
Expand Down

0 comments on commit 30f2bb3

Please sign in to comment.