Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mirainc/funes

v2.0.9

01 Apr 19:47
ce70ab5

Choose a tag to compare

  • Support variable SSL verify depth and and proxy buffer size (Thanks to @DavidGhiro #33)
  • Support disabling cache expiry overrides (#34)

Change proxy_ssl_verify_depth to 3

13 Dec 21:48
cb2aace

Choose a tag to compare

  • Change default proxy_ssl_verify_depth to 3 (fixes #32)

Fix Lua paths

30 Oct 17:19

Choose a tag to compare

  • Always initialize Lua paths to avoid issues when moving funes build dir

Allow disabling dynamic cert generation

30 Oct 16:20
3b8b7c6

Choose a tag to compare

  • Allow disabling dynamic cert generation using DISABLE_DYNAMIC_CERTS build flag
  • Send ROOT_CA_CERT as SSL cert if dynamic cert generation is disabled

Reduce log spam

12 Aug 23:16

Choose a tag to compare

  • Remove log spam when ca cert files are not found

Silence logs created by os.execute()

12 Aug 20:00
3643677

Choose a tag to compare

Merge pull request #27 from mirainc/silence-cmd-logs

silence logs generated by os.execute

Verbose log mode

11 Aug 20:39

Choose a tag to compare

  • Only log root CA cert when VERBOSE env is set

More portability fixes

11 Aug 03:19
0baca59

Choose a tag to compare

  • Ensure www-data has access to root CA files
  • General cleanup

Portability fixes

10 Aug 23:56
e8174d9

Choose a tag to compare

Fixes to allow the built folder to be transferred/run on other systems more easily.

Dynamic SSL Cert Generation

10 Aug 18:26
a6015f9

Choose a tag to compare