$ sudo ufw allow 22 $ sudo ufw allow 80 $ sudo ufw allow 4000 $ sudo ufw enable Command may disrupt existing ssh connections. Proceed with operation (y|n)? y Firewall is active and enabled on system startup
$ mix pleroma.instance gen Shall I install rebar3? (if running non-interactively, use "mix local.rebar --force") [Yn] Y // rebar3をインストールしましょうか?(非対話的に実行する場合は、"mix local.rebar --force "を使用してください) What domain will your instance use? (e.g pleroma.soykaf.com) [] wut.m0r016.net // あなたのインスタンスはどのようなドメインを使用しますか? What is the name of your instance? (e.g. The Corndog Emporium) [wut.m0r016.net] // インスタンスの名前は何ですか? What email address do you want to use for sending email notifications? [yuuki12_25@icloud.com] // 通知メールの送信に使用するメールアドレスを教えてください。 Do you want search engines to index your site? (y/n) [y] n // 検索エンジンに自分のサイトをインデックスさせたいですか? Do you want to store the configuration in the database (allows controlling it from admin-fe)? (y/n) [n] y // 設定をデータベースに保存するか What is the hostname of your database? [localhost] // データベースのホスト名を教えてください。 What is the name of your database? [pleroma] // データベースの名前を教えてください。 What is the user used to connect to your database? [pleroma] // データベースに接続する際のユーザー名を教えてください。 What is the password used to connect to your database? [autogenerated] // データベースに接続するためのパスワードは何ですか? Would you like to use RUM indices? [n] // RUMのインデックスを使ってみませんか? What port will the app listen to (leave it if you are using the default setup with nginx)? [4000] // アプリがリッスンするポートを教えてください(nginxのデフォルト設定を使用している場合はそのままにしてください)。 What ip will the app listen to (leave it if you are using the default setup with nginx)? [127.0.0.1] // アプリがリッスンするIPを教えてください(nginxのデフォルト設定を使用している場合はそのままにしてください)。 What directory should media uploads go in (when using the local uploader)? [uploads] // ローカルアップローダを使用している場合、どのディレクトリにメディアをアップロードする必要がありますか? What directory should custom public files be read from (custom emojis, frontend bundle overrides, robots.txt, etc.)? [instance/static/] // カスタム公開ファイル(カスタム絵文字、フロントエンドバンドルオーバーライド、robots.txtなど)はどのディレクトリから読み込むべきですか? Do you want to strip location (GPS) data from uploaded images? This requires exiftool, it was detected as installed. (y/n) [y] // アップロードされた画像から位置情報(GPS)を除去したいですか?これにはexiftoolが必要で、インストールされていることが検出されました。 Do you want to anonymize the filenames of uploads? (y/n) [n] y // アップロードのファイル名を匿名化したいのですか? Do you want to deduplicate uploaded files? (y/n) [n] // アップロードされたファイルを重複排除しますか? Writing config to config/generated_config.exs. Writing the postgres script to config/setup_db.psql. Writing /opt/pleroma/instance/static/robots.txt.
All files successfully written! Refer to the installation instructions for your platform for next steps. Please transfer your config to the database after running database migrations. Refer to "Transfering the config to/from the database" section of the docs for more information.
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1: No redirect - Make no further changes to the webserver configuration. 2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for new sites, or if you're confident your site works on HTTPS. You can undo this change by editing your web server's configuration. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2 Redirecting all traffic on port 80 to ssl in /etc/nginx/sites-enabled/pl.m0r016.net
IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/wut.m0r016.net/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/wut.m0r016.net/privkey.pem Your cert will expire on 2021-07-21. To obtain a new or tweaked version of this certificate in the future, simply run certbot again with the "certonly" option. To non-interactively renew *all* of your certificates, run "certbot renew" - If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le
・https://wut.m0r016.net/webにアクセスしたときにThe VAPID public key is not set. You will not be able to receive Web Push Notifications.及びGET https://wut.m0r016.net/api/v1/announcements 404と出てしまう問題を対処 ・Soapboxを組んでみる。