An example application demonstrating pict-rs administration capabilities
Go to file
asonix 2be2635eb3
All checks were successful
/ clippy (push) Successful in 1m33s
/ tests (push) Successful in 2m28s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m51s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m46s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m32s
Strip release binaries
2024-02-12 15:16:51 -06:00
.cargo Add tokio_unstable config, defaults for values 2023-08-28 19:25:45 -05:00
.forgejo/workflows Remove prerelease marker 2024-02-12 14:33:19 -06:00
docker Remove bad argument 2024-02-11 14:53:15 -06:00
images Add screenshot to readme 2023-08-28 21:51:39 -05:00
src Support TLS upstream & downstream 2024-02-01 22:12:33 -06:00
static Add search by date 2023-08-29 14:02:33 -05:00
templates Add search by date 2023-08-29 14:02:33 -05:00
.gitignore Initial commit 2023-08-28 16:06:29 -05:00
Cargo.lock Support TLS upstream & downstream 2024-02-01 22:12:33 -06:00
Cargo.toml Strip release binaries 2024-02-12 15:16:51 -06:00
flake.lock Update flake 2024-02-01 18:24:59 -06:00
flake.nix Update flake 2024-02-01 18:24:59 -06:00
LICENSE Add license & readme 2023-08-28 19:06:49 -05:00
pict-rs-admin.nix Bump version 2024-02-01 18:47:32 -06:00
README.md Fix example link 2023-08-28 21:52:20 -05:00

pict-rs-admin

A demo application showing off pict-rs administration capibilities

Application

Note: pict-rs-admin is not intended to be exposed to the internet.

Running

$ ./pict-rs-admin -h
Usage: pict-rs-admin [OPTIONS] --pict-rs-api-key <PICT_RS_API_KEY>

Options:
  -b, --bind-address <BIND_ADDRESS>
          [env: PICTRS_ADMIN__BIND_ADDRESS=] [default: 127.0.0.0:8084]
      --pict-rs-endpoint <PICT_RS_ENDPOINT>
          [env: PICTRS_ADMIN__PICTRS_ENDPOINT=] [default: http://localhost:8080]
      --pict-rs-api-key <PICT_RS_API_KEY>
          [env: PICTRS_ADMIN__PICTRS_API_KEY=]
      --opentelemetry-url <OPENTELEMETRY_URL>
          [env: PICTRS_ADMIN__OPENTELEMETRY_URL=]
      --opentelemetry-event-buffer-size <OPENTELEMETRY_EVENT_BUFFER_SIZE>
          [env: PICTRS_ADMIN__OPENTELEMETRY_EVENT_BUFFER_SIZE=]
  -h, --help
          Print help

Contributing

Feel free to open issues for anything you find an issue with. Please note that any contributed code will be licensed under the AGPLv3.

License

Copyright © 2023 asonix

pict-rs-admin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

pict-rs-admin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of pict-rs.

You should have received a copy of the GNU General Public License along with pict-rs. If not, see http://www.gnu.org/licenses/.