Siwat2545

Members
  • Posts

    340
  • Joined

  • Last visited

  • Days Won

    1

Siwat2545 last won the day on July 30 2017

Siwat2545 had the most liked content!

About Siwat2545

  • Birthday November 7

Converted

  • Gender
    Male

Recent Profile Visitors

5164 profile views

Siwat2545's Achievements

Contributor

Contributor (5/14)

37

Reputation

  1. You need to use network br0 for the container and set a static IP address
  2. The container template has now been updated to require secret key by default.
  3. Alright, There seems to be something wrong with the build pipeline, it is fixed now. For the database, refer to https://github.com/SiwatINC/humhub
  4. Hi, Thanks for reporting this, I'll look into it later.
  5. The NGINXPageSpeed Container has recently been upgraded to PHP7.4, you will need to edit the "default" configuration file to change php7.3 to php7.4
  6. Simply allow a docker container to connect to multiple network, eg. 192.168.0.0/24 and 192.168.2.0/24 This will allow some container that need to be on the same broadcast domain as an isolated network to function properly. Currently we can do this using post arguments and "docker network connect" but this solution are unreliably at best, every time the array start up, this solution will break that container's auto start functionality and I need to recreate the container manually every reboot. A proper GUI option is much appreciated.
  7. Hi, I personally don't use NGINX as my reverse proxy, but here's an example config of someone else who got it working.
  8. I don't use SWAG but I'm pretty sure that you can bind the swag's cert directory to something like /cert in the adguard container and access it from there
  9. can you try port 443(https://) /80 (http://) /3000?, try all of them.
  10. This error will occur when the container is set to use host or bridge network, you must use brX (br0, br1, etc...)
  11. There seems to be a problem with my jenkins pipeline, should be fixed now.
  12. you need to turn on advance view, if that still doesn't work, delete the container and it's data directory (/mnt/user/appdata/onlyofficeds) and start over