Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Thach Huynh
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 8
    • Best 0
    • Groups 0

    Thach Huynh

    @Thach Huynh

    0
    Reputation
    281
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Thach Huynh Follow

    Latest posts made by Thach Huynh

    • nodebb.service: Start request repeated too quickly.

      Problem when I start nodebb service on Ubuntu 16.04:

      ● nodebb.service - NodeBB forum
      Loaded: loaded (/lib/systemd/system/nodebb.service; enabled; vendor preset: enabled)
      Active: inactive (dead) (Result: exit-code) since Wed 2017-10-11 07:52:51 UTC; 7s ago
      Docs: http://nodebb.readthedocs.io/en/latest/
      Process: 22403 ExecStart=/usr/bin/node /home/ubuntu/nodebb/loader.js –no-daemon –no-silent (code=exited, status=217/USER)
      Main PID: 22403 (code=exited, status=217/USER)

      Oct 11 07:52:51 ip-172-31-9-78 systemd[1]: nodebb.service: Service hold-off time over, scheduling restart.
      Oct 11 07:52:51 ip-172-31-9-78 systemd[1]: Stopped NodeBB forum.
      Oct 11 07:52:51 ip-172-31-9-78 systemd[1]: nodebb.service: Start request repeated too quickly.
      Oct 11 07:52:51 ip-172-31-9-78 systemd[1]: Failed to start NodeBB forum.

      Here is my nodebb.service file:

      [Unit]
      Description=NodeBB forum
      Documentation=http://nodebb.readthedocs.io/en/latest/
      After=system.slice multi-user.target

      [Service]
      Type=simple
      User=nodebb

      StandardOutput=syslog
      StandardError=syslog
      SyslogIdentifier=nodebb

      Environment=NODE_ENV=production
      WorkingDirectory=/home/ubuntu/nodebb
      ExecStart=/usr/bin/node /home/ubuntu/nodebb/loader.js –no-daemon –no-silent
      Restart=always

      [Install]
      WantedBy=multi-user.target

      posted in Technical Support
      T
      Thach Huynh
    • [nodebb-plugin-s3-uploads-updated] Cannot download file after upload

      I am using nodebb-plugin-s3-uploads-updated (https://github.com/louiseMcMahon/nodebb-plugin-s3-uploads#readme) to upload file to S3. Uploading is success, the link appeared !
      0_1507622942752_Screenshot from 2017-10-10 14-55-18.png
      but when I click to the link to download, a page appeared:
      0_1507622539809_Screenshot from 2017-10-10 14-56-12.png

      I have already made my bucket permission public. Please help me

      posted in NodeBB Plugins
      T
      Thach Huynh
    • RE: Can I change the logo image and the logo's link ?

      I am sorry, I mean the site's title. Can the site's title be linked to another url ?

      posted in Technical Support
      T
      Thach Huynh
    • Can I change the logo image and the logo's link ?

      Can i change the logo "nodeBB" and it's link ? I want to redirect to my app when user click to the logo. I found this piece of code but I do not understand the syntax:

      <a href="<!-- IF brand:logo:url -->{brand:logo:url}<!-- ELSE -->{relative_path}/<!-- ENDIF brand:logo:url -->"> <img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo" src="{brand:logo}" /> </a>

      posted in Technical Support
      T
      Thach Huynh
    • RE: Any plugin allows us to upload all file type ?

      thank you so much

      posted in NodeBB Plugins
      T
      Thach Huynh
    • Any plugin allows us to upload all file type ?

      As the title, are there any plugin that allow us to upload any file type such as docx, txt ... ?

      posted in NodeBB Plugins
      T
      Thach Huynh
    • RE: Cannot use session-sharing along with s3-uploads

      ok, it's working now. But can we attach any file type like .docx or .txt in a post ? I think there will be a button upload appear when I installed s3-uploads but no

      posted in NodeBB Plugins
      T
      Thach Huynh
    • Cannot use session-sharing along with s3-uploads

      I want to use both session-sharing https://github.com/julianlam/nodebb-plugin-session-sharing and file upload https://github.com/louiseMcMahon/nodebb-plugin-s3-uploads but when I installed s3-uploads, it automatically removed session-sharing and vice versa. I tried https://github.com/revir/nodebb-plugin-upyun-uploads or session-sharing-extend, session-sharingx but it still the same. Can anyone help me.

      posted in NodeBB Plugins
      T
      Thach Huynh