1. 16 Jul, 2020 3 commits
  2. 15 Jul, 2020 4 commits
  3. 14 Jul, 2020 2 commits
  4. 13 Jul, 2020 7 commits
  5. 11 Jul, 2020 1 commit
    • Vinton Huang's avatar
      Update "Tested OS" section of README.md · aaca0b6f
      Vinton Huang authored
      - Update openSUSE build badge file name (opensuse-leap.svg -> opensuse-leap-latest.svg)
      - Update link target of build badge (letest -> acmetest), for item 1-12, 15, 16, 18, 19, 21
      - Update Proxmox document link for 5.2 and later
      aaca0b6f
  6. 08 Jul, 2020 7 commits
  7. 07 Jul, 2020 5 commits
  8. 05 Jul, 2020 1 commit
  9. 03 Jul, 2020 4 commits
  10. 02 Jul, 2020 5 commits
  11. 30 Jun, 2020 1 commit
    • Matthew's avatar
      dns_duckdns.sh - correctly extract domain · 4539d236
      Matthew authored
      $fulldomain could be just 'domain.duckdns.org' if provided with --domain-alias or '_acme-challenge.domain.duckdns.org' otherwise. In the latter case, '_acme-challenge' is thrown away. Correctly extract 'domain' in both cases.
      4539d236