xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
<root> / tests / ldap_core1.ldif (90f40340596c49bc871f672d6fd56294f1909656) (1,484B) (mode 100644) [raw]
dn: dc=my-domain,dc=com
objectClass: top
objectClass: domain
dc: my-domain
structuralObjectClass: domain
entryUUID: 6126c5ee-2daf-1037-97f6-dbe1554ca9c3
creatorsName: cn=Manager,dc=my-domain,dc=com
createTimestamp: 20170914154446Z
entryCSN: 20170914154446.654363Z#000000#001#000000
modifiersName: cn=Manager,dc=my-domain,dc=com
modifyTimestamp: 20170914154446Z
entryDN: dc=my-domain,dc=com
subschemaSubentry: cn=Subschema
contextCSN: 20170914154447.363287Z#000000#001#000000
hasSubordinates: TRUE
xxx:: bXktZG9tYWlu
# this is a comment

dn: cn=Manager,dc=my-domain,dc=com
objectClass: organizationalRole
cn: Manager
structuralObjectClass: organizationalRole
entryUUID: 61455cfc-2daf-1037-97f7-dbe1554ca9c3
creatorsName: cn=Manager,dc=my-domain,dc=com
createTimestamp: 20170914154446Z
entryCSN: 20170914154446.854833Z#000000#001#000000
modifiersName: cn=Manager,dc=my-domain,dc=com
modifyTimestamp: 20170914154446Z
entryDN: cn=Manager,dc=my-domain,dc=com
subschemaSubentry: cn=Subschema
hasSubordinates: FALSE

dn: ou=People-șț,dc=my-domain,dc=com
objectClass: organizationalUnit
ou: People
structuralObjectClass: organizationalUnit
entryUUID: 61691d7c-2daf-1037-97f8-dbe1554ca9c3
creatorsName: cn=Manager,dc=my-domain,dc=com
createTimestamp: 20170914154447Z
entryCSN: 20170914154447.089119Z#000000#001#000000
modifiersName: cn=Manager,dc=my-domain,dc=com
modifyTimestamp: 20170914154447Z
entryDN: ou=People,dc=my-domain,dc=com
subschemaSubentry: cn=Subschema
hasSubordinates: TRUE

Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master