47d335cf8c 
								
									
								
							
								 
							
						 
						
							
							
								
								feat: Send commands to weed shell from the docker image.  
							
							
 
							
							
							Add the ability to send commands to weed shell from the docker image.
Allows an operator to perform maintenance commands like so:
```
docker run \
  --rm \
  -e SHELL_FILER=localhost:8888 \
  -e SHELL_MASTER=localhost:9333 \
  chrislusf/seaweedfs:local \
  "shell" \
  "fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply"
``` 
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a14728d508 
								
							
								 
							
						 
						
							
							
								
								docker compose nextcloud rm mysql  
							
							
								
 
							
							
						 
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a34438384e 
								
							
								 
							
						 
						
							
							
								
								docker compose file for nextcloud testing  
							
							
 
							
							
							https://github.com/chrislusf/seaweedfs/issues/3086  
						3 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca85b66511 
								
							
								 
							
						 
						
							
							
								
								fix build  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59435e4a2e 
								
							
								 
							
						 
						
							
							
								
								rocksdb up version to v7.2.2  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f762a1a06 
								
							
								 
							
						 
						
							
							
								
								build release containers for all tags  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d12a423aa0 
								
							
								 
							
						 
						
							
							
								
								refactor  
							
							
 
							
							
							add some tests
https://github.com/chrislusf/seaweedfs/pull/2996  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbd3c586f6 
								
							
								 
							
						 
						
							
							
								
								docker compose: use ip.bind=0.0.0.0  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22fbce8fd5 
								
							
								 
							
						 
						
							
							
								
								add docker compose file to sync 2 mounts  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								362dec87a3 
								
							
								 
							
						 
						
							
							
								
								add tests  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8342f651f3 
								
							
								 
							
						 
						
							
							
								
								fix scanNamed  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								319d300d48 
								
							
								 
							
						 
						
							
							
								
								fix createDB  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								275c3bb19c 
								
							
								 
							
						 
						
							
							
								
								ydb initial  
							
							
 
							
							
							https://github.com/chrislusf/seaweedfs/issues/2942  
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								192983b464 
								
							
								 
							
						 
						
							
							
								
								s3 backend support customizing storage class  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cdb31c5b61 
								
							
								 
							
						 
						
							
							
								
								go 1.18 for rocksdb  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e98d7326b 
								
							
								 
							
						 
						
							
							
								
								docker move to go version 1.18  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								357aa818fe 
								
							
								 
							
						 
						
							
							
								
								add raft shell cmds  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7cdde14ae 
								
							
								 
							
						 
						
							
							
								
								auto bootstraping and update peers  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3176bf126a 
								
							
								 
							
						 
						
							
							
								
								update rocksdb version  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1a1e5778c3 
								
							
								 
							
						 
						
							
							
								
								fix cluster status  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14dd971890 
								
							
								 
							
						 
						
							
							
								
								hashicorp raft with state machine  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c514710b7b 
								
							
								 
							
						 
						
							
							
								
								initial add hashicorp raft  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6a2b43efe 
								
							
								 
							
						 
						
							
							
								
								allowDeleteBucketNotEmpty  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b90a39954 
								
							
								 
							
						 
						
							
							
								
								fix s3 tests:  
							
							
 
							
							
							multipart_upload_incorrect_etag
multipart_resend_first_finishes_last 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24541fc7ec 
								
							
								 
							
						 
						
							
							
								
								minor  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22362f6495 
								
							
								 
							
						 
						
							
							
								
								avoid too many logs in tmp folder  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eb39f78396 
								
							
								 
							
						 
						
							
							
								
								rocksdb: PORTABLE=1  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								13cb609f60 
								
							
								 
							
						 
						
							
							
								
								add filer.toml for rocksdb to docker image for rocksdb  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f98553ba9 
								
							
								 
							
						 
						
							
							
								
								audit log SignatureVersion  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								10678cde81 
								
							
								 
							
						 
						
							
							
								
								audit log config  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73e3e77904 
								
							
								 
							
						 
						
							
							
								
								deprecate all cronjob module related code  
							
							
 
							
							
							related to https://github.com/chrislusf/seaweedfs/issues/2483  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								947fe4cc97 
								
							
								 
							
						 
						
							
							
								
								docker: entry point change working directory from root to /data  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b485c905d4 
								
							
								 
							
						 
						
							
							
								
								docker image: build with arm also  
							
							
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/2418  
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d6ffa0ea1 
								
							
								 
							
						 
						
							
							
								
								GetBucketLifecycleConfigurationHandler  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be4b3ed509 
								
							
								 
							
						 
						
							
							
								
								AclHandlers  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c12a7d12a 
								
							
								 
							
						 
						
							
							
								
								github action build rocksdb image  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b776be285 
								
							
								 
							
						 
						
							
							
								
								build docker image for chrislusf/seaweedfs:rocksdb  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee52f29c33 
								
							
								 
							
						 
						
							
							
								
								feature(ci): recognise more arches and add build tests  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f301e4ba4 
								
							
								 
							
						 
						
							
							
								
								gccgo build  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d24ad92513 
								
							
								 
							
						 
						
							
							
								
								fix building latest docker image  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7bf65c1e99 
								
							
								 
							
						 
						
							
							
								
								use go 1.17 for docker  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3986601ee8 
								
							
								 
							
						 
						
							
							
								
								add run_image  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								302738ee74 
								
							
								 
							
						 
						
							
							
								
								s3 test bucket delete nonempty  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b612d5aebd 
								
							
								 
							
						 
						
							
							
								
								s3 test get w/ If-Match: bogus ETag  
							
							
								
 
							
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								69c768870b 
								
							
								 
							
						 
						
							
							
								
								- object write cache control  
							
							
 
							
							
							- object write expires 
							
						 
						4 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3f47ddb76 
								
							
								 
							
						 
						
							
							
								
								debug  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40945a60cf 
								
							
								 
							
						 
						
							
							
								
								use go 1.16.4 to build docker image  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53b300edd8 
								
							
								 
							
						 
						
							
							
								
								add git version for local builds  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f51bf61a16 
								
							
								 
							
						 
						
							
							
								
								remove wrong parameter  
							
							
								
 
							
							
						 
						5 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1faafce832 
								
							
								 
							
						 
						
							
							
								
								fix docker image release  
							
							
								
 
							
							
						 
						5 years ago