Buscando ayuda para la instalación de Discourse

Hola a todos… soy nuevo aquí
Elegí la imagen de Digital Ocean Discourse, pasé por todo el proceso de instalación que se menciona en la documentación.
Después de completar el proceso, cuando ingresé la URL de mi sitio, no pude acceder a la página del foro, muestra la página de bienvenida de nginx.
Menciono la captura de pantalla aquí


Por favor, ayúdenme con este problema.

¿Puedes compartir qué guía de instalación seguiste? ¿Qué sistema operativo seleccionaste en DigitalOcean y la salida de

netstat -tulpn  | grep 80

EDIT: se eliminó hosted-support ya que esta es una instalación autohospedada

2 Me gusta

Solo para que lo sepas, la forma recomendada de instalar no utiliza la oferta de un solo clic de Discourse del proveedor de alojamiento. Este hilo sugiere que tendrás menos problemas y obtendrás más soporte si sigues la forma estándar oficial de instalar:
Instalar Discourse en producción con las instrucciones oficiales y compatibles

3 Me gusta

Estoy subiendo capturas de pantalla aquí…






después de que todo esté hecho… finalmente coloqué el comando que me diste

Todavía se recomienda que no utilices la instalación de un clic.

Parece que nginx está instalado. Podrías intentar

 apt-get purge nginx

y ver qué sucede. Sería mejor eliminar ese droplet, crear uno con Ubuntu 22.04 y seguir las instrucciones de instalación estándar.

Por curiosidad, ¿qué muestra

 docker ps

?

1 me gusta

He destruido el servidor antiguo y he configurado uno nuevo.
He utilizado estos comandos…

  1. sudo apt update -y

  2. sudo apt-get install apt-transport-https ca-certificates git curl gnupg -y

  3. sudo mkdir -p /etc/apt/keyrings

  4. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg

  5. echo
    “deb [arch=(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ (lsb_release -cs) stable” | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

  6. sudo apt update

  7. sudo apt-get install docker-ce docker-ce-cli containerd.io -y

  8. sudo mkdir /var/discourse

  9. sudo git clone GitHub - discourse/discourse_docker: A Docker image for Discourse /var/discourse

  10. cd /var/discourse

  11. sudo ./discourse-setup

He seguido todo para la configuración, pero sigo teniendo el mismo problema.

Agradezco tu paciencia, por favor, dime en los siguientes comandos, ¿he hecho algo mal?

¿Y sigues obteniendo la página vacía de nginx como se muestra arriba?

Sí, está sucediendo lo mismo. Cuando introduje la IP en el navegador, apareció el mensaje de Nginx.

Cuando introduje la URL del sitio, apareció “El sitio no se puede alcanzar”.

Realmente no deberías usar su aplicación de un clic. Simplemente instala usando la guía de instalación oficial y no experimentarás este problema.

discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub

por favor, lea el mensaje anterior, instalé un servidor nuevo con la guía de instalación oficial, pero el mismo error se repite

La elección del sistema operativo es incorrecta aquí. Es su aplicación de un clic la que está causando problemas.

lee esto @itsbhanusharma

What do you see with ps auxfc ? I see this:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         2  0.0  0.0      0     0 ?        S    Jan26   0:00 kthreadd
root         4  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kworker/0:0H
root         6  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ mm_percpu_wq
root         7  0.0  0.0      0     0 ?        S    Jan26   5:35  \_ ksoftirqd/0
root         8  0.0  0.0      0     0 ?        I    Jan26  40:56  \_ rcu_sched
root         9  0.0  0.0      0     0 ?        I    Jan26   0:00  \_ rcu_bh
root        10  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ migration/0
root        11  0.0  0.0      0     0 ?        S    Jan26   0:15  \_ watchdog/0
root        12  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ cpuhp/0
root        13  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ kdevtmpfs
root        14  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ netns
root        15  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ rcu_tasks_kthre
root        16  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ kauditd
root        17  0.0  0.0      0     0 ?        S    Jan26   0:17  \_ khungtaskd
root        18  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ oom_reaper
root        19  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ writeback
root        20  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ kcompactd0
root        21  0.0  0.0      0     0 ?        SN   Jan26   0:00  \_ ksmd
root        23  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ crypto
root        24  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kintegrityd
root        25  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kblockd
root        26  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ata_sff
root        27  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ md
root        28  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ edac-poller
root        29  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ devfreq_wq
root        30  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ watchdogd
root        35  0.0  0.0      0     0 ?        S    Jan26   0:30  \_ kswapd0
root        36  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kworker/u3:0
root        37  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ ecryptfs-kthrea
root        79  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kthrotld
root        80  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ acpi_thermal_pm
root        81  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ scsi_eh_0
root        82  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ scsi_tmf_0
root        83  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ scsi_eh_1
root        84  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ scsi_tmf_1
root        90  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ipv6_addrconf
root        99  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ kstrp
root       116  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ charger_manager
root       157  0.0  0.0      0     0 ?        S    Jan26   0:00  \_ scsi_eh_2
root       158  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ scsi_tmf_2
root       160  0.0  0.0      0     0 ?        I<   Jan26   2:22  \_ kworker/0:1H
root       280  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ raid5wq
root       335  0.0  0.0      0     0 ?        S    Jan26   2:37  \_ jbd2/sda1-8
root       336  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ext4-rsv-conver
root       435  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ iscsi_eh
root       456  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ib-comp-wq
root       457  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ib_mcast
root       458  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ ib_nl_sa_wq
root       464  0.0  0.0      0     0 ?        I<   Jan26   0:00  \_ rdma_cm
root     30402  0.0  0.0      0     0 ?        I    Mar10   1:46  \_ kworker/0:0
root      1003  0.0  0.0      0     0 ?        I    Mar14   0:00  \_ kworker/0:1
root     31060  0.0  0.0      0     0 ?        I    17:36   0:02  \_ kworker/u2:2
root      1678  0.0  0.0      0     0 ?        I    18:18   0:00  \_ kworker/u2:0
root      3636  0.0  0.0      0     0 ?        I    18:45   0:00  \_ kworker/u2:1
root         1  0.0  0.3 159760  6656 ?        Ss   Jan26   3:24 systemd
root       416  0.0  1.0 102400 21668 ?        S<s  Jan26  15:29 systemd-journal
root       432  0.0  0.1  43096  2684 ?        Ss   Jan26   0:20 systemd-udevd
root       440  0.0  0.0  97712   888 ?        Ss   Jan26   0:00 lvmetad
systemd+   617  0.0  0.0 141788   768 ?        Ssl  Jan26   0:23 systemd-timesyn
systemd+   768  0.0  0.1  70620  3548 ?        Ss   Jan26   0:21 systemd-resolve
root       791  0.0  0.1  25996  2436 ?        Ss   Jan26   0:00 dhclient
syslog     994  0.0  0.1 263048  3748 ?        Ssl  Jan26   3:54 rsyslogd
root       998  0.0  0.1 169528  3516 ?        Ssl  Jan26   0:00 networkd-dispat
root      1000  0.0  0.1 286232  3348 ?        Ssl  Jan26   4:44 accounts-daemon
root      1001  0.0  0.1 637036  3032 ?        Ssl  Jan26   0:10 lxcfs
daemon    1002  0.0  0.0  28336  1860 ?        Ss   Jan26   0:00 atd
message+  1010  0.0  0.1  50480  3160 ?        Ss   Jan26   6:50 dbus-daemon
root      1025  0.0  0.1  70512  3424 ?        Ss   Jan26   0:17 systemd-logind
root      1027  0.0  0.1  30032  2124 ?        Ss   Jan26   0:18 cron
root      1040  0.0  0.0  14672  1680 ttyS0    Ss+  Jan26   0:00 agetty
root      1045  0.0  0.1 288884  2796 ?        Ssl  Jan26   3:35 polkitd
root      1046  0.0  0.0  14896  1560 tty1     Ss+  Jan26   0:00 agetty
root      1048  0.1  0.5 1280276 10712 ?       Ssl  Jan26 104:20 containerd
root      1058  0.0  0.0  23064   212 ?        Ss   Jan26  56:57 qemu-ga
root      1063  0.0  0.1  72304  2540 ?        Ss   Jan26   6:05 sshd
root      3947  0.5  0.3 107988  7008 ?        Ss   18:49   0:00  \_ sshd
root      4065  0.0  0.1  38504  3616 ?        Rs   18:49   0:00  |   \_ ps
root      3979  0.0  0.3 108016  6916 ?        Ss   18:49   0:00  \_ sshd
sshd      3981  0.0  0.1  72304  2880 ?        S    18:49   0:00      \_ sshd
root      1066  0.0  0.2 185952  4280 ?        Ssl  Jan26   0:00 unattended-upgr
root      1100  0.0  1.1 1419756 23892 ?       Ssl  Jan26  14:16 dockerd
root      1280  0.0  0.0 1004936  968 ?        Sl   Jan26   0:12  \_ docker-proxy
root      1286  0.0  0.0 1004936 1272 ?        Sl   Jan26   0:11  \_ docker-proxy
root      1297  0.0  0.0 1152400 1192 ?        Sl   Jan26   0:12  \_ docker-proxy
root      1303  0.0  0.0 1078668 1204 ?        Sl   Jan26   0:11  \_ docker-proxy
root      1323  0.0  0.2 712452  4136 ?        Sl   Jan26  31:37 containerd-shim
root      1354  0.0  0.1   6832  2612 ?        Ss+  Jan26   0:00  \_ boot
root      2003  0.0  0.0   2400   512 ?        S+   Jan26   1:10      \_ runsvdir
root      2004  0.0  0.0   2248   400 ?        Ss   Jan26   0:00          \_ runsv
root      2017  0.0  0.0 151124  1596 ?        Sl   Jan26   0:06          |   \_ rsyslogd
root      2005  0.0  0.0   2248   384 ?        Ss   Jan26   0:00          \_ runsv
root      2015  0.0  0.1   6680  2172 ?        S    Jan26   0:24          |   \_ cron
root      2006  0.0  0.0   2248   416 ?        Ss   Jan26   0:00          \_ runsv
ddiscou+  2012  0.0  0.1  15316  3584 ?        S    Jan26  45:11          |   \_ unicorn_launche
ddiscou+  2055  0.0 10.5 454612 210264 ?       Sl   Jan26  11:12          |       \_ ruby
ddiscou+  2246  0.5 14.5 926788 290744 ?       SNl  Jan26 360:44          |       |   \_ ruby
ddiscou+  2256  0.0 15.1 901636 301472 ?       Sl   Jan26  37:54          |       |   \_ ruby
ddiscou+  2264  0.0 14.5 832344 289952 ?       Sl   Jan26  14:48          |       |   \_ ruby
ddiscou+  3949  0.0  0.1  13820  2252 ?        S    18:49   0:00          |       \_ sleep
root      2007  0.0  0.0   2248   480 ?        Ss   Jan26   0:00          \_ runsv
root      2014  0.0  0.0   2396   444 ?        S    Jan26   0:00          |   \_ svlogd
systemd+  2016  0.0  0.8 213228 16656 ?        S    Jan26   5:35          |   \_ postmaster
systemd+  2039  0.0  4.5 213452 89732 ?        Ss   Jan26   1:35          |       \_ postmaster
systemd+  2040  0.0  0.3 213228  7340 ?        Ss   Jan26   1:34          |       \_ postmaster
systemd+  2041  0.0  0.3 213228  6256 ?        Ss   Jan26  28:03          |       \_ postmaster
systemd+  2042  0.0  0.2 213912  4096 ?        Ss   Jan26   3:35          |       \_ postmaster
systemd+  2043  0.0  0.1  68296  3100 ?        Ss   Jan26   9:55          |       \_ postmaster
systemd+  2044  0.0  0.1 213784  3140 ?        Ss   Jan26   0:07          |       \_ postmaster
systemd+  2224  0.0  1.3 225228 26484 ?        Ss   Jan26   0:01          |       \_ postmaster
systemd+  2343  0.0  1.9 219580 37872 ?        Ss   Jan26   0:06          |       \_ postmaster
systemd+ 23217  0.0  1.2 215120 24200 ?        Ss   Feb06   0:41          |       \_ postmaster
systemd+  3784  0.0  1.1 215500 22816 ?        Ss   18:47   0:00          |       \_ postmaster
root      2008  0.0  0.0   2248  1076 ?        Ss   Jan26   0:00          \_ runsv
root      2010  0.0  0.3  53844  6600 ?        S    Jan26   0:00          |   \_ nginx
www-data 23129  0.0  0.4  56080  8940 ?        S    01:33   0:04          |       \_ nginx
www-data 23130  0.0  0.1  53844  2836 ?        S    01:33   0:00          |       \_ nginx
root      2009  0.0  0.0   2248   384 ?        Ss   Jan26   0:00          \_ runsv
root      2011  0.0  0.0   2396   324 ?        S    Jan26   0:06              \_ svlogd
message+  2013  0.3  0.4  69808  8208 ?        Sl   Jan26 250:32              \_ redis-server
root      3950  1.0  0.3  76524  7188 ?        Ss   18:49   0:00 systemd
root      3951  0.0  0.1 191444  2460 ?        S    18:49   0:00  \_ (sd-pam)

USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           2  0.0  0.0      0     0 ?        S    14:18   0:00 kthreadd
root           3  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ rcu_gp
root           4  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ rcu_par_gp
root           5  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ netns
root           7  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kworker/0:0H-events_highpri
root           9  0.0  0.0      0     0 ?        I<   14:18   0:02  \_ kworker/0:1H-events_highpri
root          10  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ mm_percpu_wq
root          11  0.0  0.0      0     0 ?        I    14:18   0:00  \_ rcu_tasks_kthread
root          12  0.0  0.0      0     0 ?        I    14:18   0:00  \_ rcu_tasks_rude_kthread
root          13  0.0  0.0      0     0 ?        I    14:18   0:00  \_ rcu_tasks_trace_kthread
root          14  0.0  0.0      0     0 ?        S    14:18   0:03  \_ ksoftirqd/0
root          15  0.0  0.0      0     0 ?        I    14:18   0:01  \_ rcu_preempt
root          16  0.0  0.0      0     0 ?        S    14:18   0:00  \_ migration/0
root          17  0.0  0.0      0     0 ?        S    14:18   0:00  \_ idle_inject/0
root          19  0.0  0.0      0     0 ?        S    14:18   0:00  \_ cpuhp/0
root          20  0.0  0.0      0     0 ?        S    14:18   0:00  \_ kdevtmpfs
root          21  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ inet_frag_wq
root          22  0.0  0.0      0     0 ?        S    14:18   0:00  \_ kauditd
root          23  0.0  0.0      0     0 ?        S    14:18   0:00  \_ khungtaskd
root          25  0.0  0.0      0     0 ?        S    14:18   0:00  \_ oom_reaper
root          26  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ writeback
root          28  0.0  0.0      0     0 ?        S    14:18   0:01  \_ kcompactd0
root          29  0.0  0.0      0     0 ?        SN   14:18   0:00  \_ ksmd
root          30  0.0  0.0      0     0 ?        SN   14:18   0:00  \_ khugepaged
root          31  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kintegrityd
root          32  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kblockd
root          33  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ blkcg_punt_bio
root          34  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ tpm_dev_wq
root          35  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ ata_sff
root          36  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ md
root          37  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ edac-poller
root          38  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ devfreq_wq
root          39  0.0  0.0      0     0 ?        S    14:18   0:00  \_ watchdogd
root          40  0.0  0.0      0     0 ?        S    14:18   0:08  \_ kswapd0
root          41  0.0  0.0      0     0 ?        S    14:18   0:00  \_ ecryptfs-kthread
root          47  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kthrotld
root          51  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ acpi_thermal_pm
root          52  0.0  0.0      0     0 ?        S    14:18   0:00  \_ xenbus_probe
root          53  0.0  0.0      0     0 ?        S    14:18   0:00  \_ scsi_eh_0
root          54  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ scsi_tmf_0
root          55  0.0  0.0      0     0 ?        S    14:18   0:00  \_ scsi_eh_1
root          56  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ scsi_tmf_1
root          57  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ vfio-irqfd-clea
root          59  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ mld
root          60  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ ipv6_addrconf
root          65  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kstrp
root          71  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ zswap-shrink
root          72  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kworker/u3:0
root         118  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ charger_manager
root         152  0.0  0.0      0     0 ?        S    14:18   0:00  \_ scsi_eh_2
root         153  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ scsi_tmf_2
root         154  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ cryptd
root         220  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ raid5wq
root         263  0.0  0.0      0     0 ?        S    14:18   0:01  \_ jbd2/vda1-8
root         264  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ ext4-rsv-conver
root         365  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kaluad
root         367  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kmpath_rdacd
root         370  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kmpathd
root         372  0.0  0.0      0     0 ?        I<   14:18   0:00  \_ kmpath_handlerd
root       12959  0.0  0.0      0     0 ?        I    14:50   0:00  \_ kworker/0:1-cgroup_destroy
root       21266  0.0  0.0      0     0 ?        I    15:40   0:01  \_ kworker/0:2-events
root       29046  0.0  0.0      0     0 ?        I    16:41   0:00  \_ kworker/u2:1-events_power_efficient
root       33613  0.0  0.0      0     0 ?        I    17:19   0:00  \_ kworker/u2:0-events_unbound
root       39659  0.0  0.0      0     0 ?        I    18:08   0:00  \_ kworker/u2:2
root           1  0.0  0.9 103344  9212 ?        Ss   14:18   0:03 systemd
root         334  0.0  0.9  32548  9432 ?        S<s  14:18   0:01 systemd-journal
root         373  0.0  2.7 289156 26960 ?        SLsl 14:18   0:01 multipathd
systemd+     456  0.0  0.3  89472  3508 ?        Ssl  14:18   0:00 systemd-timesyn
systemd+     521  0.0  0.4  17372  4868 ?        Ss   14:18   0:00 systemd-network
systemd+     540  0.0  0.5  19208  5088 ?        Ss   14:18   0:00 systemd-resolve
root         564  0.0  0.3  23092  3476 ?        Ss   14:18   0:00 systemd-udevd
root         667  0.0  0.2   7156  2224 ?        Ss   14:18   0:00 cron
message+     670  0.0  0.4   9420  4268 ?        Ss   14:18   0:00 dbus-daemon
syslog       676  0.0  0.3 222236  3724 ?        Ssl  14:18   0:00 rsyslogd
root         678  0.0  1.5 1334916 15704 ?       Ssl  14:18   0:01 snapd
root         679  0.0  0.5  16588  5300 ?        Ss   14:18   0:00 systemd-logind
root         733  0.0  0.0   6064   772 ttyS0    Ss+  14:18   0:00 agetty
root         738  0.0  0.3 109552  3492 ?        Ssl  14:18   0:00 unattended-upgr
root         749  0.0  0.0   6020   824 tty1     Ss+  14:18   0:00 agetty
root        1442  0.0  0.5 233840  5100 ?        Ssl  14:19   0:00 polkitd
do-agent    6697  0.0  1.4 1011644 14020 ?       Ssl  14:19   0:01 do-agent
root        7034  0.0  0.2 1299156 2416 ?        Ssl  14:19   0:00 droplet-agent
root        7164  0.0  0.4  14848  4668 ?        Ss   14:28   0:00 sshd
root       39852  0.0  1.1  17628 11364 ?        Ss   18:09   0:00  \_ sshd
root       39948  0.1  0.5   8968  5268 pts/0    Ss   18:09   0:00      \_ bash
root       39973  0.0  0.3  10424  3116 pts/0    R+   18:09   0:00          \_ ps
root        7704  0.0  0.5 296376  5760 ?        Ssl  14:32   0:00 packagekitd
root        8320  0.1  2.0 1283032 19888 ?       Ssl  14:36   0:22 containerd
root        8380  0.5  4.8 1476580 48380 ?       Ssl  14:36   1:13 dockerd
root       14253  0.0  0.3 1009128 3196 ?        Sl   14:51   0:00  \_ docker-proxy
root       14258  0.0  0.2 1156592 2408 ?        Sl   14:51   0:00  \_ docker-proxy
root       14271  0.0  0.2 1156592 2396 ?        Sl   14:51   0:00  \_ docker-proxy
root       14276  0.0  0.3 1156592 3324 ?        Sl   14:51   0:00  \_ docker-proxy
root       14293  0.0  0.9 720756  9764 ?        Sl   14:51   0:10 containerd-shim
root       14313  0.0  0.2   6836  2960 pts/0    Ss+  14:51   0:00  \_ boot
root       14338  0.0  0.3   6836  2984 pts/0    S+   14:51   0:00      \_ 1
root       14339  0.0  0.1   2376  1444 pts/0    S+   14:51   0:00      |   \_ run-parts
root       14372  0.0  0.3   6968  3436 pts/0    S+   14:51   0:00      |       \_ letsencrypt
root       14375  0.1  0.8  11764  8384 pts/0    S+   14:51   0:12      |           \_ acme.sh
root       39972  0.0  0.0   5332   500 pts/0    S+   18:09   0:00      |               \_ sleep
root       14374  0.0  0.0  11084   868 ?        Ss   14:51   0:00      \_ nginx
www-data   14376  0.0  0.2  11436  2388 ?        S    14:51   0:00          \_ nginx
root       39863  0.7  0.9  18328  9860 ?        Ss   18:09   0:00 systemd
root       39864  0.0  0.3 104456  3388 ?        S    18:09   0:00  \_ (sd-pam)

Gracias… parece que está atascado intentando configurar LetsEncrypt:

Posiblemente hayas intentado registrarte demasiadas veces con letsencrypt y ahora te encuentres en una situación de tiempo de espera agotado. Posiblemente puedas deshabilitar letsencrypt o configurarlo manualmente. ¡Estoy seguro de que alguien tendrá una sugerencia concreta!

1 me gusta

Eso sugiere que tu DNS no está configurado correctamente, aunque discourse-setup realiza una prueba para verificar que esté funcionando, así que no estoy seguro de cómo funciona la IP y el nombre de host no.

¿No recibiste una advertencia sobre que el puerto no estaba abierto cuando ejecutaste discourse-setup?

Todavía parece que tienes un nginx externo en ejecución.

Y si ejecutas un montón de reconstrucciones sin el DNS correcto, alcanzarás el límite de tasa en Let’s Encrypt.

Ahora la URL funciona, no hay problema. Por favor, compruébalo: electronicsinfo.net

Es normal ejecutar Discourse en un subdominio; si lo ejecutas en el propio dominio, debes usar uno de los pocos proveedores de DNS que lo admiten:

No sé cuál es el modo de fallo si este es el problema.

¿Qué te hace decir eso? Del comando ps, el nginx está dentro del contenedor, aunque no es exactamente igual al mío.

Aquí tienes la información sobre los límites de velocidad de LetsEncrypt:

Oh. Puede que me lo haya perdido. Probablemente tengas razón.

Si son límites de frecuencia, cambiar a www en lugar del dominio raíz reiniciará el conteo del límite de frecuencia.

Intentar

docker logs -f

O

tail -f /var/discourse/shared/standalone/logs/rails/production.log

Podría ofrecer pistas.

1 me gusta