Skip to content

Commit

Permalink
docs: Gh org move (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianklug authored Jan 17, 2024
1 parent 76aa67d commit 6de5d3b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Improved compatibility of back to top link: See: https://github.com/c0rydoras/vault-gui/pull/73 -->
<!-- Improved compatibility of back to top link -->
<a name="readme-top"></a>


Expand All @@ -22,12 +22,12 @@
<p align="center">
GUI for Vault KV2 stores made with solid.js and tauri
<br />
<a href="https://github.com/c0rydoras/vault-gui/releases"><strong>Download »</strong></a>
<a href="https://github.com/adfinis/vault-gui/releases"><strong>Download »</strong></a>
<br />
<br />
<a href="https://github.com/c0rydoras/vault-gui/issues">Report Bug</a>
<a href="https://github.com/adfinis/vault-gui/issues">Report Bug</a>
·
<a href="https://github.com/c0rydoras/vault-gui/issues">Request Feature</a>
<a href="https://github.com/adfinis/vault-gui/issues">Request Feature</a>
</p>
</div>

Expand Down Expand Up @@ -64,7 +64,7 @@
<!-- ABOUT THE PROJECT -->
## About The Project

[![vault-gui Screenshot][product-screenshot]](https://github.com/c0rydoras/vault-gui)
[![vault-gui Screenshot][product-screenshot]](https://github.com/adfinis/vault-gui)

This project aims to provide a simple desktop app to perform CRUD operations on a Hashicorp vault instances, focussed on KV2 engines.

Expand Down Expand Up @@ -96,13 +96,13 @@ There are a lot more features planned for the future!
## Getting Started

### Downloading
You can find the latest version on the [releases](https://github.com/c0rydoras/vault-gui/releases) page.
You can find the latest version on the [releases](https://github.com/adfinis/vault-gui/releases) page.

### Local development

1. Clone the repo
```sh
git clone https://github.com/c0rydoras/vault-gui
git clone https://github.com/adfinis/vault-gui
```
2. Install NPM packages
```sh
Expand Down Expand Up @@ -147,7 +147,7 @@ Soon to follow.
- [ ] Approle
- [ ] AWS

See the [open issues](https://github.com/c0rydoras/vault-gui/issues) for a full list of proposed features (and known issues).
See the [open issues](https://github.com/adfinis/vault-gui/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down Expand Up @@ -185,7 +185,7 @@ Distributed under the MIT License. See `LICENSE` for more information.

Adfinis - [https://adfinis.com](https://adfinis.com) - [email protected]

Project Link: [https://github.com/c0rydoras/vault-gui](https://github.com/c0rydoras/vault-gui)
Project Link: [https://github.com/adfinis/vault-gui](https://github.com/adfinis/vault-gui)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -207,16 +207,16 @@ Use this space to list resources you find helpful and would like to give credit

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/c0rydoras/vault-gui.svg?style=for-the-badge
[contributors-url]: https://github.com/c0rydoras/vault-gui/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/c0rydoras/vault-gui.svg?style=for-the-badge
[forks-url]: https://github.com/c0rydoras/vault-gui/network/members
[stars-shield]: https://img.shields.io/github/stars/c0rydoras/vault-gui.svg?style=for-the-badge
[stars-url]: https://github.com/c0rydoras/vault-gui/stargazers
[issues-shield]: https://img.shields.io/github/issues/c0rydoras/vault-gui.svg?style=for-the-badge
[issues-url]: https://github.com/c0rydoras/vault-gui/issues
[license-shield]: https://img.shields.io/github/license/c0rydoras/vault-gui.svg?style=for-the-badge
[license-url]: https://github.com/c0rydoras/vault-gui/blob/main/LICENSE
[contributors-shield]: https://img.shields.io/github/contributors/adfinis/vault-gui.svg?style=for-the-badge
[contributors-url]: https://github.com/adfinis/vault-gui/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/adfinis/vault-gui.svg?style=for-the-badge
[forks-url]: https://github.com/adfinis/vault-gui/network/members
[stars-shield]: https://img.shields.io/github/stars/adfinis/vault-gui.svg?style=for-the-badge
[stars-url]: https://github.com/adfinis/vault-gui/stargazers
[issues-shield]: https://img.shields.io/github/issues/adfinis/vault-gui.svg?style=for-the-badge
[issues-url]: https://github.com/adfinis/vault-gui/issues
[license-shield]: https://img.shields.io/github/license/adfinis/vault-gui.svg?style=for-the-badge
[license-url]: https://github.com/adfinis/vault-gui/blob/main/LICENSE
[product-screenshot]: https://placehold.co/600x400
[Tauri]: https://img.shields.io/badge/tauri-%2324C8DB.svg?style=for-the-badge&logo=tauri&logoColor=%23FFFFFF
[Tauri-url]: https://tauri.app/
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.c0rydoras.vaultgui.dev",
"identifier": "com.adfinis.vaultgui.dev",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down Expand Up @@ -61,4 +61,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
}
}
}
}

0 comments on commit 6de5d3b

Please sign in to comment.