https://github.com/antonvanassche/bashpass-remote
A wrapper for BashPass, which allows you to manage your BashPass passwords stored on a remote server.
https://github.com/antonvanassche/bashpass-remote
bash bash-script bashpass ssh unix
Last synced: 25 days ago
JSON representation
A wrapper for BashPass, which allows you to manage your BashPass passwords stored on a remote server.
- Host: GitHub
- URL: https://github.com/antonvanassche/bashpass-remote
- Owner: AntonVanAssche
- License: mit
- Created: 2023-03-28T12:46:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T10:39:17.000Z (over 2 years ago)
- Last Synced: 2025-01-08T10:12:44.956Z (over 1 year ago)
- Topics: bash, bash-script, bashpass, ssh, unix
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
BashPass-Remote
A wrapper for BashPass, which allows you to manage your BashPass passwords stored on a remote server.
Explore the docs »
·
Report Bug
·
Request Feature
## About BashPass-Remote
BashPass-Remote allows you to securely access your passwords on a remote server, such as a NAS.
This project is written in (pure) Bash and acts as a wrapper around SSH and [BashPass](https://www.github.com/AntonVanAssche/BashPass).
With BashPass-Remote, you can use [BashPass](https://www.github.com/AntonVanAssche/BashPass) as if it were installed locally, while your passwords are stored remotely.
Please note that BashPass-Remote is still in development.
## Documentation
- **[Getting started](https://github.com/AntonVanAssche/BashPass-Remote/wiki/Getting-Started)**
- **[Usage](https://github.com/AntonVanAssche/BashPass-Remote/wiki/Usage)**
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion/improvement that would make this project better, please [fork](https://github.com/AntonVanAssche/BashPass-Remote/fork) the repo and create a [pull request](https://github.com/AntonVanAssche/BashPass-Remote/pulls). You can also simply open an [issue](https://github.com/AntonVanAssche/BashPass-Remote/issues) with the tag `enhancement`.
A star to the repo would be greatly appreciated (only if you want to, you don't have to if you don't want to)!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for more information.
## License
Distributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information.