{"id":31643917,"url":"https://github.com/att/rcloud-gist-services","last_synced_at":"2026-03-17T22:35:36.259Z","repository":{"id":47662830,"uuid":"79897310","full_name":"att/rcloud-gist-services","owner":"att","description":"Java based services for providing a gist backend tailored to RCloud","archived":false,"fork":false,"pushed_at":"2023-04-07T01:44:56.000Z","size":778,"stargazers_count":4,"open_issues_count":5,"forks_count":12,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-24T06:05:27.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/att.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-24T09:31:54.000Z","updated_at":"2024-04-17T07:34:35.000Z","dependencies_parsed_at":"2023-10-20T18:06:53.489Z","dependency_job_id":null,"html_url":"https://github.com/att/rcloud-gist-services","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/att/rcloud-gist-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/att%2Frcloud-gist-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/att%2Frcloud-gist-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/att%2Frcloud-gist-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/att%2Frcloud-gist-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/att","download_url":"https://codeload.github.com/att/rcloud-gist-services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/att%2Frcloud-gist-services/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717429,"owners_count":26033542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-07T04:03:03.025Z","updated_at":"2025-10-07T04:07:38.433Z","avatar_url":"https://github.com/att.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/MangoTheCat/rcloud-gist-services.svg?branch=master)](https://travis-ci.org/MangoTheCat/rcloud-gist-services)\n\n# RCloud Gist Service\n\n## Overview\n\nThe RCloud Gist Service is a Java based service for enabling gist access to various different backend storage systems.\n\n## Building\n### Requirements\n* Java 1.7 or above.\n\n### Building\nThe project uses the gradle build system and contains the gradle wrapper script\nwhich will automatically obtain the specified version of gradle. Building the\nsoftware for the first time maybe slow.\n\n#### Build commands\n* Build the whole project: `gradlew build`\n* Cleaning the project: `gradlew clean`\n* Running build with reporting: `gradlew clean build generateProjectReports`\n\n#### Versioning\nThe project uses GitFlow.\n\n#### Contributing\n* This project follows GitFlow, all development should be done on feature branches with pull requests to merge into the development branches.\n\n#### IDE integration\n#### Eclipse\nThere are two mechanisms to load the project into the Eclipse IDE:\n1. Use the Eclipse gradle plugin [BuildShip](https://github.com/eclipse/buildship), this is an Eclipse plugin that understands gradle projects. BuildShip does not include syntax highlighting editor, you will have to install Groovy Eclipse plugin.\n2. Use the gradle eclipse plugin (this is a plugin in the gradle build file that will generate the appropriate eclipse project). To generate the eclipse files run the following `gradlew eclipse`, you can then import the project in as an existing project. When you add a new dependency in you will need to run this again to regenerate the eclipse project files and then refresh the project in eclipse and it will pick up the new settings. If you want to just generate the eclipse files for a specific sub module then run the command `gradlew :store:eclipse` for the store sub project.\n\n\n## Vagrant\nThe Vagrantfile sets up 80% of the environment needed to run rcloud. It takes a long time to finish the provisioning. Once done rcloud will be in `/opt/rcloud/rcloud-1.7/` you will need to setup the `rcloud.conf` file and then call `sudo ./scripts/fresh_start.sh`. The `bootstrapR.sh` has already been called as part of the provisioning.\n\n## Components\n### RCloud Gist Proxy Service\nA proxy service that routes requests from rcloud conditionally between GitHub\nand the RCloud Gist Service.\n\n### RCloud Gist Service\nAn lite implementation of the GitHub gist API.\n\n### Session Key Server Lib\nJava library implementing an integration with Spring Security and the RCloud\nSession Key Server.\n\n## Installation of the gist service\nThe following installation instructions assume that you have rcloud installed,\nand that you have the RCloud SessionKeyServer installed, if not then please\nensure that are installed first.\n\n1. Ensure that Java is installed, the minimum version is Java 7.\n1. Download the rcloud-gist-service from the [GitHub repository](https://github.com/MangoTheCat/rcloud-gist-services/releases) for your platform.\n1. Install the archive using the appropriate tool e.g. for debian `sudo dpkg -i rcloud-gist-service_0.2.0-20170126172521_all.deb`\n1. Start the rcloud-gist-service `sudo service rcloud-gist-service start`\n1. Update the rcloud.conf to point to the proxy service, set the `github.api.url` value to `http://localhost:13020/` e.g. `github.api.url: http://localhost:13020/`\n1. Start RCloud\n\nThe above instructions are almost identical for the proxy service just using `gistproxy` instead of `gist`.\n\nThe services will have started up with their default configuration. If a different configuration is required, the configuration files can be found in `/opt/rcloud-gist-service/` and `/opt/rcloud-gistproxy-service/`\n\n## LICENSE \u0026 Copyright\n\nCopyright (c) 2017-2018 AT\u0026T Intellectual Property, [http://www.att.com]\nSPDX-License-Identifier:   MIT\n\nMIT License\n\nCopyright (c) 2017 AT\u0026T Intellectual Property\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatt%2Frcloud-gist-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatt%2Frcloud-gist-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatt%2Frcloud-gist-services/lists"}