mirror of
https://github.com/Mastermindzh/bw-export
synced 2025-06-26 21:44:32 +02:00
Compare commits
No commits in common. "4e6f28f38595d18813b4c6ea40d4516c9f404558" and "756c939d8680e3db3705c99be91bff9895b74517" have entirely different histories.
4e6f28f385
...
756c939d86
@ -30,9 +30,3 @@ volumes:
|
|||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
FROM node:22.12.0-alpine3.19
|
FROM node:lts-slim
|
||||||
|
|
||||||
# install openssl
|
# install openssl
|
||||||
RUN apk update && \
|
RUN apt-get update && \
|
||||||
apk add --no-cache openssl expect
|
apt-get install -y --no-install-recommends openssl expect && \
|
||||||
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# install bitwarden-cli
|
# install bitwarden-cli
|
||||||
RUN npm install -g @bitwarden/cli
|
RUN npm install -g @bitwarden/cli
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bw-export",
|
"name": "bw-export",
|
||||||
"version": "1.2.1",
|
"version": "1.2.0",
|
||||||
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
||||||
"main": "export.sh",
|
"main": "export.sh",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -15,4 +15,4 @@
|
|||||||
},
|
},
|
||||||
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user