{"id":37212426,"url":"https://github.com/krostar/nebulo-server","last_synced_at":"2026-01-15T00:26:20.088Z","repository":{"id":57522774,"uuid":"73888714","full_name":"krostar/nebulo-server","owner":"krostar","description":"encrypted chat server","archived":true,"fork":false,"pushed_at":"2017-05-14T20:30:45.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2024-06-21T13:57:18.675Z","etag":null,"topics":["chat","client-auth","end-to-end-encryption","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krostar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-16T05:54:48.000Z","updated_at":"2023-01-28T15:20:29.000Z","dependencies_parsed_at":"2022-08-27T09:51:23.629Z","dependency_job_id":null,"html_url":"https://github.com/krostar/nebulo-server","commit_stats":null,"previous_names":["krostar/nebulo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krostar/nebulo-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krostar%2Fnebulo-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krostar%2Fnebulo-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krostar%2Fnebulo-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krostar%2Fnebulo-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krostar","download_url":"https://codeload.github.com/krostar/nebulo-server/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krostar%2Fnebulo-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","client-auth","end-to-end-encryption","golang"],"created_at":"2026-01-15T00:26:19.539Z","updated_at":"2026-01-15T00:26:20.074Z","avatar_url":"https://github.com/krostar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [nebulo-server](https://github.com/krostar/nebulo-server) [![License](https://img.shields.io/github/license/krostar/nebulo.svg)](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) [![GitHub release](https://img.shields.io/github/release/krostar/nebulo-server.svg)](https://github.com/krostar/nebulo-server/releases/latest) [![Godoc](https://godoc.org/github.com/krostar/nebulo-server?status.svg)](https://godoc.org/github.com/krostar/nebulo-server)\n\nNebulo is a secure way of instant messaging that respect and protect your privacy.\n\n/!\\\\ This project is a school project, it's not finished, it's not 100% working, don't use it unless you know what you do /!\\\\\n\n[![Build status](https://travis-ci.org/krostar/nebulo-server.svg?branch=dev)](https://travis-ci.org/krostar/nebulo-server) [![Go Report Card](https://goreportcard.com/badge/github.com/krostar/nebulo-server)](https://goreportcard.com/report/github.com/krostar/nebulo-server) [![Codebeat status](https://codebeat.co/badges/65b96953-23e6-4440-8be1-84ccc75e7090)](https://codebeat.co/projects/github-com-krostar-nebulo-server-dev) [![Coverage status](https://coveralls.io/repos/github/krostar/nebulo-server/badge.svg?branch=dev)](https://coveralls.io/github/krostar/nebulo-server?branch=dev)\n\n## Usage\n```sh\n# check if nebulo is in your $PATH\n$\u003enebulo version\n\n# see commands and parameters\n$\u003enebulo help\n\n# get help on the run command\n$\u003enebulo help run\n\n# copy sample configuration file\n$\u003ecp config.sample/json config.json\n\n# fill required values (run `nebulo help run` to know which values are required)\n$\u003evim config.json\n\n# start the server\n$\u003enebulo -c path/to/config.json run\n```\n\n## Documentation\nThe API documentation of this project for the **dev** environment is available on [doc.nebulo.io/dev](https://doc.nebulo.io/dev), the Golang documentation is available on the [godoc website](https://godoc.org/github.com/krostar/nebulo-server)\n\n## Licence\nDistributed under GPL-3 License, please see license file, and/or browse [tldrlegal.com](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) for more details.\n\n## Contribute to the project\n### Report bugs\nCreate an [issue](https://github.com/krostar/nebulo-server/issues) or contact [bug[at]nebulo[dot]io](mailto:bug@nebulo.io)\n\n### Before you started\n#### Check your golang installation\nMake sure `golang` is installed and is at least in version **1.8** and your `$GOPATH` environment variable set in your working directory\n```sh\n$\u003e go version\ngo version go1.8 linux/amd64\n$\u003e echo $GOPATH\n/home/krostar/go\n```\n\nIf you don't have `golang` installed or if your `$GOPATH` environment variable isn't set, please visit [Golang: Getting Started](https://golang.org/doc/install) and [Golang: GOPATH](https://golang.org/doc/code.html#GOPATH)\n\n\u003e It may be a good idea to add `$GOPATH/bin` and `$GOROOT/bin` in your `$PATH` environment!\n\n#### Download the project\n```sh\n# Manually\n$\u003e mkdir -p $GOPATH/src/github.com/krostar/\n$\u003e git -c $GOPATH/src/github.com/krostar/ clone https://github.com/krostar/nebulo-server.git\n\n# or via go get\n$\u003e go get github.com/krostar/nebulo-server\n```\n\n#### Download the tool manager\n```sh\n$\u003e go get -u github.com/twitchtv/retool\n```\n\n#### Use our Makefile\nWe are using a Makefile to everything we need (build, release, tests, documentation, ...).\n```sh\n# Get the dependencies and tools\n$\u003e make vendor\n\n# Build the project (by default generated binary will be in \u003croot\u003e/build/bin/nebulo)\n$\u003e make build\n\n# Run the project without arguments\n$\u003e make run\n\n# Run the project with arguments\n$\u003e make run ARGS=\"--environment dev\"\n\n# Test the project\n$\u003e make test\n\n# Generate documentation\n$\u003e make doc\n\n# Generate release\n$\u003e make release TAG=1.2.3\n```\n\n### Guidelines\n#### Coding standart\nPlease, make sure your favorite editor is configured for this project. The source code should be:\n- well formatted (`gofmt` (usage of tabulation, no trailing whitespaces, trailing line at the end of the file, ...))\n- linter free (`gometalinter --config=.gometalinter.json ./...`)\n- with inline comments beginning with a lowercase caracter\n\nMake sure to use `make test` before submitting a pull request!\n\n### Other things\n- use the dependencies manager and update them (see [govendor](https://github.com/kardianos/govendor) and [retool](https://github.com/twitchtv/retool))\n- write unit tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrostar%2Fnebulo-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrostar%2Fnebulo-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrostar%2Fnebulo-server/lists"}