aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29site movechrislu1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu5-22/+22
2022-06-29use const multipart uploads folderKonstantin Lebedev1-2/+2
avoid error bucket NotEmpty if multipart uploads folder exist
2022-06-29Merge pull request #3188 from kmlebedev/fix_make_devChris Lu3-4/+11
fix ip.bind cmd for docker compose
2022-06-23initial advancedtlsKonstantin Lebedev1-1/+3
2022-06-15fix ip.bind cmd for docker composeKonstantin Lebedev3-4/+11
2022-06-10stats master_replica_placement_mismatchKonstantin Lebedev2-1/+3
2022-06-07Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloudChris Lu3-2/+7
2022-06-01feat: Send commands to weed shell from the docker image.Kaiwalya Joshi1-0/+6
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" ```
2022-06-01fix show empty dirKonstantin Lebedev3-2/+7
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-23docker compose nextcloud rm mysqlKonstantin Lebedev1-15/+4
2022-05-23docker compose file for nextcloud testingKonstantin Lebedev3-1/+59
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-16fix buildchrislu1-1/+1
2022-05-15rocksdb up version to v7.2.2Konstantin Lebedev2-4/+1
2022-05-14build release containers for all tagsKonstantin Lebedev3-45/+9
2022-05-12refactorKonstantin Lebedev2-7/+9
add some tests https://github.com/chrislusf/seaweedfs/pull/2996
2022-05-06docker compose: use ip.bind=0.0.0.0chrislu1-4/+4
2022-05-06add docker compose file to sync 2 mountschrislu2-0/+24
2022-05-06Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu2-0/+38
2022-05-06add testschrislu2-1/+65
2022-05-03fix scanNamedKonstantin Lebedev1-9/+11
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev1-0/+1
# Conflicts: # go.mod # go.sum
2022-05-02fix createDBKonstantin Lebedev2-3/+9
2022-05-01ydb initialKonstantin Lebedev1-0/+30
https://github.com/chrislusf/seaweedfs/issues/2942
2022-04-30s3 backend support customizing storage classchrislu1-0/+1
2022-04-18go 1.18 for rocksdbchrislu1-1/+1
2022-04-18docker move to go version 1.182.99chrislu2-2/+2
2022-04-06add raft shell cmdsKonstantin Lebedev1-3/+3
2022-04-05Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-1/+1
# Conflicts: # go.mod # go.sum
2022-04-05auto bootstraping and update peersKonstantin Lebedev1-8/+3
2022-04-04update rocksdb versionchrislu1-1/+1
2022-04-04fix cluster statusKonstantin Lebedev1-10/+10
2022-04-04hashicorp raft with state machineKonstantin Lebedev2-10/+13
2022-04-04initial add hashicorp raftKonstantin Lebedev1-0/+94
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-2/+2
2022-03-29fix s3 tests:Konstantin Lebedev1-1/+1
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
2022-03-21minorchrislu1-5/+5
2022-02-27avoid too many logs in tmp folderorigin/original_weed_mountchrislu1-5/+5
2022-02-09rocksdb: PORTABLE=1chrislu1-1/+1
2022-02-09add filer.toml for rocksdb to docker image for rocksdbchrislu2-2/+5
2021-12-10audit log SignatureVersionkmlebedev3-4/+23
2021-12-07Merge pull request #2498 from kmlebedev/s3_audit_logChris Lu2-0/+24
2021-12-07audit log configKonstantin Lebedev2-0/+24
2021-12-05deprecate all cronjob module related codechrislu3-77/+0
related to https://github.com/chrislusf/seaweedfs/issues/2483
2021-11-12docker: entry point change working directory from root to /dataChris Lu6-0/+7
2021-11-04docker image: build with arm alsoChris Lu2-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/2418
2021-10-14GetBucketLifecycleConfigurationHandlerKonstantin Lebedev1-18/+2
2021-10-11AclHandlersKonstantin Lebedev1-8/+37
2021-09-30github action build rocksdb imageChris Lu2-15/+13
2021-09-30build docker image for chrislusf/seaweedfs:rocksdbChris Lu3-0/+67