diff --git a/.env.sample b/.env.example similarity index 100% rename from .env.sample rename to .env.example diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2b86e8..99964fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,27 +1,29 @@ name: Docker on: - push: {} - workflow_dispatch: {} + push: + branches: [main] + + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: - build-and-push: - name: Build and Push + build-and-deploy: + name: Build and Deploy runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - name: Registry Login - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + - name: Login to Registry + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -29,17 +31,14 @@ jobs: - name: Extract Metadata id: meta - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and Push Image - uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 + uses: docker/build-push-action@v6 with: context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - name: Upload - run: curl -X POST -d 'param1=value1¶m2=value2' ${{ secrets.WEBHOOK }} diff --git a/README.md b/README.md index 82a0dc1..1195195 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# owl -An attempt to remove users personal info from Public +# Owl Data Service +Securing user privacy by converting their data into a secure format. + +## Maintainers +- [@andrewstech](https://github.com/andrewstech) - Lead Developer +- [@wdhdev](https://github.com/wdhdev) - Developer diff --git a/package-lock.json b/package-lock.json index 56f5b9b..94af290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "owlv3", + "name": "owl", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "owlv3", + "name": "owl", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "body-parser": "^1.20.2", diff --git a/package.json b/package.json index e9854a2..ae5ba24 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "owlv3", + "name": "owl", "version": "1.0.0", - "description": "An attempt to remove users personal info from Public", + "description": "Securing user privacy by converting their data into a secure format.", "main": "src/index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "npm start" }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "dependencies": { "bcrypt": "^5.1.1", "body-parser": "^1.20.2", diff --git a/views/id.ejs b/views/id.ejs index 551d480..6a3bdec 100644 --- a/views/id.ejs +++ b/views/id.ejs @@ -11,7 +11,7 @@
-

DATA SERVICE

+

Data Service

<% if (message && message.length > 0) { %> <% } %> -

This is your unique ID for both Is-a.dev and Open-Domains

+

This is your unique ID for both is-a.dev and Open Domains.


-

© OPEN-DOMAINS & IS-A.DEV

+

© is-a.dev & Open Domains

diff --git a/views/index.ejs b/views/index.ejs index 2ca082c..4e84672 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -10,7 +10,7 @@
-

DATA SERVICE

+

Data Service

<% if (message && message.length > 0) { %>
-

© OPEN-DOMAINS & IS-A.DEV

+

© is-a.dev & Open Domains

diff --git a/views/profile.ejs b/views/profile.ejs index 8d582fb..6881a05 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -12,7 +12,7 @@
-

DATA SERVICE

+

Data Service

<% if (message && message.length > 0) { %>