b03d7bb1a3
Fix concealing a password in logs
2023-10-20 18:07:54 -07:00
ffc972662e
Merge pull request #6 from snegov/5-add-delete-confirm-threshold-option
...
Add DELETE_CONFIRM_THRESHOLD option
2023-10-20 17:39:03 -07:00
452c29ac95
Add DELETE_CONFIRM_THRESHOLD option
2023-10-20 17:32:34 -07:00
ca40cce9e9
Merge pull request #4 from subvillion/patch-1
...
fix: client.py sync_lib password escaping
2023-10-18 09:21:00 -07:00
subvillion
9305c636e1
fix: client.py sync_lib password escaping
...
Please add some escaping in password env, I have password similar "xxxx&zzzz", and "&" broke syncing:
```
2023-10-16 12:50:04,655 Listing local libraries: seaf-cli list
2023-10-16 12:50:05,108 Syncing library btsync: seaf-cli sync -l 3XX2-XXX-2eXXea -s https://xxxxxxxx.xx -d /dsc/seafile/btsync -u xxx@xx.xx -p ********
-bash: line 1: zzzz: command not found
Traceback (most recent call last):
File "/usr/bin/seaf-cli", line 1023, in <module>
main()
File "/usr/bin/seaf-cli", line 1019, in main
args.func(args)
File "/usr/bin/seaf-cli", line 675, in seaf_sync
token = get_token(url, username, password, tfa, conf_dir)
```
2023-10-16 13:11:26 +03:00
7f39e0f271
Initialize seafile client during container start
2023-09-16 01:27:46 -07:00
9f6c417147
Use debian as base docker image
2023-09-15 20:00:04 -07:00
639265f718
Merge pull request #3 from snegov/dependabot/pip/requests-2.31.0
...
Bump requests from 2.27.1 to 2.31.0
2023-09-14 16:24:59 -07:00
6af5eb1b26
Wait for seafile daemon to start
2023-09-14 16:22:02 -07:00
dependabot[bot]
43237dc1f3
Bump requests from 2.27.1 to 2.31.0
...
Bumps [requests](https://github.com/psf/requests ) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 03:15:40 +00:00
724166b4a4
Support library names in configuration
2022-01-30 18:27:37 +03:00
681b11bbc1
Update README
2021-02-28 23:27:51 +03:00
310eb9028c
Save seafile-data info in volume
2021-02-28 23:27:26 +03:00
4dcac70520
Removed DATA_DIR environment variable
2021-02-28 23:26:04 +03:00
6eadca4041
Update seafile repo URL
2021-01-30 22:59:09 +03:00
8a0b1abfe7
Fix typo in README
2021-01-30 22:35:48 +03:00
a7ef878490
Update github workflow
...
fix
2020-08-26 00:06:59 +03:00
d8438e13f5
Fix getting seafile server URL
2020-08-25 23:17:58 +03:00
e73c62d034
Update github workflow
2020-08-25 22:55:13 +03:00
6048280983
Update installation process in Dockerfile
2020-08-25 21:30:44 +03:00
e35cf0efa5
Fix incorrect schema issue
2020-08-25 21:17:34 +03:00
ebf7574bde
Update github workflow
2020-06-04 22:32:57 +03:00
e4268c0b21
Update github workflow
2020-06-04 22:29:20 +03:00
91758903e9
Update github workflow
2020-06-04 22:00:45 +03:00
e1d84f2d75
Update github workflow
2020-06-04 21:56:00 +03:00
10f6a5ec32
Add github workflow
2020-06-04 21:38:34 +03:00
e4e60c1023
Add cleanup after package install in Dockerfile
2020-06-04 21:16:58 +03:00
a4f7e5e334
Merge branch 'feature/update-readme'
2019-12-10 22:45:14 +03:00
79f15e5f09
Update image in docker-compose examples
2019-12-10 22:44:33 +03:00
fd9056b57a
Merge branch 'feature/remove-legacy'
2019-12-09 21:26:01 +03:00
0f9255ac7e
Update license
2019-12-09 21:25:12 +03:00
a7157f9c20
Update .gitignore
2019-12-09 21:25:01 +03:00
9d5d015cc0
Remove obsolete code
2019-12-09 21:24:31 +03:00
b7f6041c7d
Merge branch 'bugfix/fix-import-error'
2019-12-06 11:43:15 +03:00
280979f88a
Fix import error
...
Forgot to add local python libraries to the image.
2019-12-06 11:42:20 +03:00
e899ebd9a3
Merge branch 'feature/rework-seaf-cli'
2019-12-05 16:00:18 +03:00
7c8642bfbb
Improve logging a little
2019-12-05 15:58:11 +03:00
c72727b9a0
Fix circular dependencies
2019-12-05 15:58:11 +03:00
107bb55082
Move SeafileClient out of main file
2019-09-06 21:41:52 +03:00
4b70e9ab17
Update seafile repository to debian10
2019-08-14 12:14:50 +03:00
33457744bf
Add gitignore
2019-08-13 22:38:34 +03:00
0e4583d3af
Add current sync info to log
2019-08-13 22:38:00 +03:00
4b7de4a5ca
update docker-compose info in README
2019-04-14 13:18:09 +03:00
6e7177ebc2
update README
2019-04-14 13:08:29 +03:00
40827f413f
rewrite start script in python
2019-04-14 12:34:20 +03:00
7206f51702
update code for local use
2019-04-14 12:34:16 +03:00
4d09cbf5a7
do not restart seaf-daemon in loop
2019-04-14 12:34:13 +03:00
75fd9a9f81
fix crash due to early sync
2019-04-14 12:33:57 +03:00
Ludovic Frank
9b4ed710f4
Updated Debian Version
2019-01-17 20:12:42 +01:00
Ludovic Frank
89946f0550
Fixed bug with space in library names
2019-01-17 15:50:33 +01:00