diff --git a/.forgejo/workflows/generate_website.yml b/.forgejo/workflows/generate_website.yml index a3c5eb7..160a086 100644 --- a/.forgejo/workflows/generate_website.yml +++ b/.forgejo/workflows/generate_website.yml @@ -7,20 +7,22 @@ jobs: runs-on: docker container: image: git.asandikci.com/docker-images/website_builder:latest # actually no need to new image? - steps: + steps: - name: Git Clone run: | git clone https://git.asandikci.com/MaintainTeam/HypatiaDatabases.git cd HypatiaDatabases ls -la - + # - name: Generate Databases # run: | # cd scripts - # bash generate databases.sh # or databases.java ? + # bash generate databases.sh # + # NOTE : I generated database files in docker in my computer locally. (Created a maven project and run Main.java) + # After I completely understand the scripts and generation process I'll add this steps/files to this repo/CI # # assume this step generates all files to databases/generated/ directory, for now I am using old_generated_files_for_test/ directory, change this later - + - name: Push Databases to "static" branch run: | mkdir static && cd static @@ -29,7 +31,7 @@ jobs: git checkout static rm -rfv ./databases/ mkdir databases - cp -rfv ../../HypatiaDatabases/old_generated_files_for_test/* ./databases/ + cp -rfv ../../HypatiaDatabases/production/* ./databases/ git config --global user.name "Aliberk Sandıkçı (CI)" git config --global user.email git+ci@asandikci.com git add -A @@ -61,4 +63,4 @@ jobs: ## TODO: see https://git.asandikci.com/asandikci.com/web/issues/10 for ftp related ... # CURRENTLY USING PURE STFP FOR AUTH ONLY - # TODO: CHANGE THIS \ No newline at end of file + # TODO: CHANGE THIS diff --git a/production/hypatia-domains-bloom.bin b/production/hypatia-domains-bloom.bin new file mode 100644 index 0000000..2bdfd59 Binary files /dev/null and b/production/hypatia-domains-bloom.bin differ diff --git a/production/hypatia-md5-bloom.bin b/production/hypatia-md5-bloom.bin new file mode 100644 index 0000000..7b698ae Binary files /dev/null and b/production/hypatia-md5-bloom.bin differ diff --git a/production/hypatia-sha1-bloom.bin b/production/hypatia-sha1-bloom.bin new file mode 100644 index 0000000..07201c8 Binary files /dev/null and b/production/hypatia-sha1-bloom.bin differ diff --git a/production/hypatia-sha256-bloom.bin b/production/hypatia-sha256-bloom.bin new file mode 100644 index 0000000..6a78940 Binary files /dev/null and b/production/hypatia-sha256-bloom.bin differ diff --git a/production/index.html b/production/index.html new file mode 100644 index 0000000..c8c2a7f --- /dev/null +++ b/production/index.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + Hypatia Databases + + +Hypatia Databases
+generated from https://git.asandikci.com/MaintainTeam/HypatiaDatabases , currently testing - not stable !
+get databases from with this link: https://hypatia.services.yayindasin.org/databases/DATABASE_NAME
+see /info.txt for generation info
+ \ No newline at end of file