インストール

次のコマンドを実行して、リポジトリをクローンします。

    git clone https://github.com/authelia/authelia.git

クローンが成功した後、次のコマンドを実行します。

    cd authelia/compose/local

    sudo ./setup.sh

SUDOは、 /etc /hostsファイルを変更するために必要です。

ここで、example.comをセットアップスクリプトで指定したドメインに置き換えて、URL [httpssecureexamplecom](https://href.li/?https://secure.example.com)にアクセスします。 。

dockerでランニング

次のコマンドを実行して、リポジトリをクローンします。

    git clone https://github.com/authelia/authelia.git

クローンの後に次のコマンドを実行します。

    cd authelia/compose/lite

ユーザーを変更\ _database.ymlデフォルトのユーザー名とパスワードはautheliaです configuration.ymlおよびdocker-compose.ymlをそれぞれのドメインと秘密に変更する 最後に、次のコマンドを実行して、Docker画像をスピンアップします。

    docker-compose up -d
 日本