{"id":21562041,"url":"https://github.com/malanius/md2moin","last_synced_at":"2025-04-30T13:44:50.652Z","repository":{"id":52507968,"uuid":"178731753","full_name":"Malanius/md2moin","owner":"Malanius","description":"Conversion tool from MarkDown to moin moin wiki syntax","archived":false,"fork":false,"pushed_at":"2024-10-03T18:43:48.000Z","size":80,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-30T13:44:42.656Z","etag":null,"topics":["jwt","markdown","moinmoin","moinmoin-wiki","spring","spring-boot","spring-mvc","spring-security"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Malanius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-31T19:18:27.000Z","updated_at":"2024-03-22T06:47:02.000Z","dependencies_parsed_at":"2024-11-24T09:30:05.716Z","dependency_job_id":null,"html_url":"https://github.com/Malanius/md2moin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malanius%2Fmd2moin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malanius%2Fmd2moin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malanius%2Fmd2moin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malanius%2Fmd2moin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Malanius","download_url":"https://codeload.github.com/Malanius/md2moin/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251714012,"owners_count":21631635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jwt","markdown","moinmoin","moinmoin-wiki","spring","spring-boot","spring-mvc","spring-security"],"created_at":"2024-11-24T09:30:01.351Z","updated_at":"2025-04-30T13:44:50.629Z","avatar_url":"https://github.com/Malanius.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkDown to Moin converter\n\nThis simple tool can be used to convert markdown written text to (MoinMoin)[https://moinmo.in/] wiki syntax. \n\n## AWS\n\nApplication currently runs on AWS Elastic Beanstalk environment with Docker.\n\n### AWS infrastructure templates\n\nIn directory `./aws`, there are CloudFormation templates required for infrastructure preparation.\nAll templates have scripts for creating/updating corresponding stacks. Usage is (from th directory they reside in):\n\n```bash\n. create-*.sh ${ENV}\n# or\n. update-*.sh ${ENV}\n``` \n\nWhere `${ENV}` is environment of the application, supported values are `dev`, `int`, `ope`.\nBefore using the scripts, update `_scripts/env.sh` to set correct AWS CLI profile for specified environments.\n\nThe order of creating the stacks is as follows:\n\n1. ECR\n1. Beanstalk app\n1. Beanstalk env\n1. Deploy\n\nFor `Beanstalk` there are some required dependencies on other templates to import value from - VPC info of VPC the Beanstalk environment is created in and bastion template from where the bastion's security group is used.\n\n## Deploy\n\nThe project is using GitLab CI/CD pipeline to build and deploy the application to Beanstalk. Following CI/CD variables have to be set:\n\n- proxy\n  - `BUILD_PROXY_HOST` - proxy for maven\n  - `BUILD_PROXY_PORT` - proxy for maven\n  - `PROXY_STRING` - proxy for Docker, the concat of the previous seems not to work in the pipeline as the port number is prepended by `//`\n- ECR - all values can be found in outputs of ECR stack\n  - for DEV environment\n    - `DEV_ECR_REPO` - name of the ECR repository\n    - `DEV_ECR_ACCESS_KEY` - CLI access key of ECR user\n    - `DEV_ECR_SECRET_KEY` - CLI secret access key of ECR user\n  - for INT environment\n    - `INT_ECR_REPO` - name of the ECR repository\n    - `INT_ECR_ACCESS_KEY` - CLI access key of ECR user\n    - `INT_ECR_SECRET_KEY` - CLI secret access key of ECR user\n  - for OPE environment\n    - `OPE_ECR_REPO` - name of the ECR repository\n    - `OPE_ECR_ACCESS_KEY` - CLI access key of ECR user\n    - `OPE_ECR_SECRET_KEY` - CLI secret access key of ECR user\n- Beanstalk bundle upload - all values can be found in Deploy stack outputs\n  - for DEV environment\n    - `DEV_S3_DEPLOY` - deploy bucket name where bundle will be uploaded\n    - `DEV_DEPLOY_ACCESS_KEY` - deploy user AWS CLI access key\n    - `DEV_DEPLOY_SECRET_KEY` - deploy user AWS CLI secret access key\n  - for INT environment\n      - `INT_S3_DEPLOY` - deploy bucket name where bundle will be uploaded\n      - `INT_DEPLOY_ACCESS_KEY` - deploy user AWS CLI access key\n      - `INT_DEPLOY_SECRET_KEY` - deploy user AWS CLI secret access key\n  - for OPE environment\n      - `OPE_S3_DEPLOY` - deploy bucket name where bundle will be uploaded\n      - `OPE_DEPLOY_ACCESS_KEY` - deploy user AWS CLI access key\n      - `OPE_DEPLOY_SECRET_KEY` - deploy user AWS CLI secret access key\n- Beanstalk deployment - all values can be found in Beanstalk and Deploy stacks outputs\n  - all of the previous for bundle upload plus\n  - for DEV environment\n    - `DEV_EB_APP_NAME` - name of the Beanstalk application\n  - for INT environment\n      - `INT_EB_APP_NAME` - name of the Beanstalk application\n  - for OPE environment\n      - `OPE_EB_APP_NAME` - name of the Beanstalk application \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanius%2Fmd2moin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalanius%2Fmd2moin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalanius%2Fmd2moin/lists"}