{"id":18425808,"url":"https://github.com/faforever/faf-palantir","last_synced_at":"2025-08-30T07:03:27.956Z","repository":{"id":244691567,"uuid":"815962809","full_name":"FAForever/faf-palantir","owner":"FAForever","description":"Web based FAF contributor tools","archived":false,"fork":false,"pushed_at":"2024-06-16T16:59:53.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-09T02:41:23.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/FAForever.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-16T16:59:24.000Z","updated_at":"2024-06-17T01:01:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e58b16cf-5d45-4f41-a7b6-d09b05e34f8b","html_url":"https://github.com/FAForever/faf-palantir","commit_stats":null,"previous_names":["faforever/faf-palantir"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FAForever/faf-palantir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAForever%2Ffaf-palantir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAForever%2Ffaf-palantir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAForever%2Ffaf-palantir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAForever%2Ffaf-palantir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FAForever","download_url":"https://codeload.github.com/FAForever/faf-palantir/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FAForever%2Ffaf-palantir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815836,"owners_count":24997662,"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-08-30T02:00:09.474Z","response_time":77,"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":"2024-11-06T05:05:45.974Z","updated_at":"2025-08-30T07:03:27.926Z","avatar_url":"https://github.com/FAForever.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAF Palantir\n\nThe FAF Palantir is a web based tool for FAForever moderation \u0026 management.\nIt aims to be a replacement of the desktop based [faf-moderator-client](https://github.com/FAForever/faf-moderator-client). \n\n## Technical details\n\nThis project uses Quarkus, the Supersonic Subatomic Java Framework.\n\nIf you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n```shell script\n./gradlew quarkusDev\n```\n\n\u003e **_NOTE:_**  Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.\n\n## Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./gradlew build\n```\nIt produces the `quarkus-run.jar` file in the `build/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `build/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar build/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./gradlew build -Dquarkus.package.jar.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar build/*-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using: \n```shell script\n./gradlew build -Dquarkus.native.enabled=true\n```\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using: \n```shell script\n./gradlew build -Dquarkus.native.enabled=true -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./build/faf-palantir-1.0.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.\n\n## Related Guides\n\n- OpenID Connect Client ([guide](https://quarkus.io/guides/security-openid-connect-client)): Get and refresh access tokens from OpenID Connect providers\n- Qute Web ([guide](https://quarkiverse.github.io/quarkiverse-docs/quarkus-qute-web/dev/index.html)): Serves Qute templates directly over HTTP.\n[LICENSE](..%2Fjava-ice-adapter%2FLICENSE)- Kotlin ([guide](https://quarkus.io/guides/kotlin)): Write your services in Kotlin\n- YAML Configuration ([guide](https://quarkus.io/guides/config-yaml)): Use YAML to configure your Quarkus application\n\n## Provided Code\n\n### YAML Config\n\nConfigure your application with YAML\n\n[Related guide section...](https://quarkus.io/guides/config-reference#configuration-examples)\n\nThe Quarkus application configuration is located in `src/main/resources/application.yml`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaforever%2Ffaf-palantir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaforever%2Ffaf-palantir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaforever%2Ffaf-palantir/lists"}