Skip to content

Instantly share code, notes, and snippets.

View moh-abk's full-sized avatar
💭
Accelerating DevOps & Cloud Adoption 🚀

Mohammed Abubakar moh-abk

💭
Accelerating DevOps & Cloud Adoption 🚀
View GitHub Profile
@moh-abk
moh-abk / gist:02b9d2839d630465816716bd07a5f7f8
Created December 26, 2020 20:35 — forked from ares-koen/gist:a6922855d31e484b8ab72e4ff5bfc228
UniDoc/UniPDF and UniDoc/UniOffice license fix for development testing. To use in Production, get a license from unidoc.io.
===========================================================================================================================================
[Example Version: unidoc/unioffice@v1.5.1]
===========================================================================================================================================
1. In [GOPATH]/pkg/mod/github.com/unidoc/unioffice@v1.5.1/common/license/license.go, replace Public Key with the following key.
___________________________________________________________________________________________________________________________________________
New Public Key: "\u000a\u002d\u002d\u002d\u002d\u002d\u0042\u0045\u0047\u0049\u004e\u0020\u0050\u0055\u0042\u004c\u0049\u0043\u0020\u004b\u0045\u0059\u002d\u002d\u002d\u002d\u002d\u000a\u004d\u0049\u0049\u0042\u0049\u006a\u0041\u004e\u0042\u0067\u006b\u0071\u0068\u006b\u0069\u0047\u0039\u0077\u0030\u0042\u0041\u0051\u0045\u0046\u0041\u0041\u004f\u0043\u0041\u0051\u0038\u0041\u004d\u0049\u0049\u0042\u0043\u0067\u004b\u0043\u0041\u
@moh-abk
moh-abk / 1_cadence-server.nomad.hcl
Created April 14, 2020 18:56 — forked from Gurpartap/0_readme.md
Cadence job file for the HashiStack (consul and nomad)
# for a simple setup, cadence-server.nomad.hcl does it all.
# use cadence-web.nomad.hcl for web ui service.
# see files 3 to 6 to run each server service component individually.
# comes handy when you must scale, allocate resources, and/or measure
# metrics more precisely.
#
# individual service jobs can be mixed with cadence-server.nomad.hcl
# on the same cluster without conflict.