Giter Site home page Giter Site logo

Comments (4)

intmainreturn00 avatar intmainreturn00 commented on June 5, 2024

Use os x and absolute path for git repo

repository: '/Users/owl/imperial-lab/wjs_imperial_lab/repo'

from jingo.

claudioc avatar claudioc commented on June 5, 2024

Hi,

I just installed a fresh copy of Jingo with a new local repo and local authentication. I have been able to create the home page, and another page below it.

This is my configuration (straight for jingo -s, changing the auth and the repo):

# Configuration sample file for Jingo (YAML)
application:
  title: Jingo
  logo: ""
  favicon: ""
  repository: "/Users/claudioc/Documents/jingo"
  docSubdir: ""
  remote: ""
  pushInterval: 30
  secret: change me
  git: git
  skipGitCheck: false
  loggingMode: 1
  pedanticMarkdown: true
  gfmBreaks: true
  staticWhitelist: '/\.png$/i, /\.jpg$/i, /\.gif$/i'
  proxyPath: ""
authentication:
  google:
    enabled: false
    clientId: replace me with the real value
    clientSecret: replace me with the real value
    redirectURL: ""
  github:
    enabled: false
    clientId: replace me with the real value
    clientSecret: replace me with the real value
    redirectURL: ""
  ldap:
    enabled: false
    url: "ldap://example.org:389"
    bindDn: ""
    bindCredentials: ""
    searchBase: "ou=people,dc=example,dc=org"
    searchFilter: "(uid={{username}})"
    searchAttributes: ""
  local:
    enabled: true
    accounts:
      - username: "claudioc"
        passwordHash: "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"
        email: "[email protected]"
features:
  markitup: false
  codemirror: true
  gravatar: true
server:
  hostname: localhost
  port: 6067
  localOnly: false
  baseUrl: ""
  CORS:
    enabled: false
    allowedOrigin: "*"
authorization:
  anonRead: true
  validMatches: .+
  emptyEmailMatches: false
pages:
  index: Home
  title:
    fromFilename: true
    fromContent: false
    asciiOnly: false
    lowercase: false
  itemsPerPage: 10
customizations:
  sidebar: _sidebar.md
  footer: _footer.md
  style: _style.css
  script: _script.js

from jingo.

xhj967 avatar xhj967 commented on June 5, 2024

how to generate hashstring?
i am absolutely tyro,
this question may foolish
but i don't understand how to use "--hash-string"

from jingo.

xhj967 avatar xhj967 commented on June 5, 2024

i got it.
jingo --hash-string "xxx"

from jingo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.