Установка с MagicDNS от Tailscale для личного использования (ноутбук <-> VPS)

Привет! Я хочу установить Discourse на VPS, подключённый к моему ноутбуку через Tailscale. Для личных заметок, вики, журнала или чего-то подобного.

Я могу пинговать, подключаться по SSH и получать доступ по HTTPS к VPS, используя MagicDNS от Tailscale (например, abc.a-b.ts.net).

  • Я единственный пользователь и администратор
  • Нет SMTP-сервера

Какой способ/конфигурация рекомендуются в данном случае?

В данный момент установка зависает на шаге «Проверка вашего доменного имени».

Буду благодарен за любые ссылки или комментарии.

Email is necessary for setting up a production environment. You can use something free like Brevo (300 emails/day) since it’s just you.

Can’t I skip real hostname check and smtp check?

I’ve got a staging site running on a tailscale 100.x.y.z address. It’s behind traefik (which does https with dns). It’s got real SMTP credentials. I’m not quite sure how it would work with their magic https certs.

There is none. You’re mostly on your own.

You can skip the checks in discourse-setup (which you shouldn’t bother to use–you’ll need to configure your app.yml by hand), but you can’t skip the requirements.

Right. You can’t use discourse-setup. You’ll need to configure stuff by hand. I guess you should be able to use the --skip-connection-tests and other such switches, but discourse-setup is designed for simple standard installs, and this isn’t one.

You might try using mailhog so you can get email.

You might also skip email altogether and use rake admin:create to set your password.

Thanks for reply.

Those two things works as intended. + Turn off https (Let’s encrypt) settings.

Thanks again.

You might also need to turn on force_https. I without so it with sn env variable z but you can do it in the site setting

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.