Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. afe123
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Groups 0

    afe123

    @afe123

    0
    Reputation
    334
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    afe123 Unfollow Follow

    Latest posts made by afe123

    • Transitioning to NodeBB from legacy mailing list (Mailman)

      We are considering NodeBB as a replacement to our project mailing lists that are currently hosted by Mailman (also on Nabble).

      Is there a way to have a setup where messages sent to the mailing list would be also synchronized to the NodeBB forum? This would help us evaluate both in parallel, and support communities of users who prefer traditional mailing list.

      Does anyone has experience migrating legacy mailing list content to NodeBB? I know there are some forum migration plugins, but I did not see ones specifically for legacy mailing lists.

      posted in General Discussion
      A
      afe123
    • RE: Github Card Plugin

      @julian no, this syntax does not work for me

      posted in NodeBB Plugins
      A
      afe123
    • RE: Github Card Plugin

      @julian can you please give me some instructions how to embed those cards? What should I do to make it show as at the top of this thread?

      posted in NodeBB Plugins
      A
      afe123
    • RE: Github Card Plugin

      Is there an alternative? I tried and failed find any github support plugins, seems like basic stuff is missing.

      posted in NodeBB Plugins
      A
      afe123
    • RE: Github Card Plugin

      This plugin doesn't work for me, or I don't know how to use it properly.

      Can you provide the usage example?

      posted in NodeBB Plugins
      A
      afe123
    • RE: Can access NodeBB installation from localhost only

      Hmm. I figured it out. My miniscule understanding of iptables does not allow me to explain this, but if I move the rule for port 4567 up in the chain, it works. I thought they should just be going down the chain rules. Missing something here. Anyway, the issue seems to be resolved. If someone could explain why - this would be interesting to know.

      Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
      pkts bytes target prot opt in out source destination
      2590K 1747M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
      159 13356 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
      222 13300 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
      25 1420 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4567
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2080
      54 2736 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:1002
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5666
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:8140
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4545
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5222
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5269
      574 45099 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:161
      0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:162
      11540 1407K REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6379
      0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

      posted in General Discussion
      A
      afe123
    • Can access NodeBB installation from localhost only

      I am a total beginner of NodeBB, and have a very very limited understanding of system administration.

      Nevertheless, I was able to install NodeBB on CentOS 6.5 (which involved installing a non-default version of redis, and by the way, it might help to say in the install instructions to start redis server before running nodebb setup!).

      I am able to access my installation from localhost:4567, but not from other hosts on my local network. I think my firewall rules allow connections to the NodeBB port (see below).

      Anyone knows what I am doing wrong?

      Chain INPUT (policy ACCEPT)
      target prot opt source destination
      ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
      ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
      ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2080
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:1002
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5666
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:8140
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4545
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5222
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5269
      ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:161
      ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:162
      REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:6379
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
      ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4567

      Chain FORWARD (policy ACCEPT)
      target prot opt source destination
      REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited

      posted in General Discussion
      A
      afe123