-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
704 additions
and
680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
APP_NAME=Winkie | ||
APP_NAME=Cattle | ||
APP_DESCRIPTION=Run and Share Code | ||
APP_KEY=)lj2@3@y&5ofgoekbt2c-4$$w2bedn@-(hr&i^!#%wype&wp6d | ||
APP_DEBUG_MODE=true | ||
APP_URL=https://winkie.sh | ||
APP_URL=https://cattle.sh | ||
APP_EMAIL=[email protected] | ||
|
||
CURRENT_THEME=default | ||
|
||
DB_CONNECTION=sqlite | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=3306 | ||
DB_DATABASE=winkie | ||
DB_DATABASE=cattle | ||
DB_USERNAME=root | ||
DB_PASSWORD=root | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<p align="center"> | ||
<img alt="Winkie Logo" src="/assets/img/logo.png" height="150" /> | ||
<h3 align="center">Winkie</h3> | ||
<img alt="Cattle Logo" src="/assets/img/logo.png" height="150" /> | ||
<h3 align="center">Cattle</h3> | ||
<p align="center">A Platform to Run and Share Code.</p> | ||
<p align="center"> | ||
<a href="https://github.com/Clivern/Winkie/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Winkie/actions/workflows/ci.yml/badge.svg"/> | ||
<a href="https://github.com/Clivern/Cattle/actions/workflows/ci.yml"> | ||
<img src="https://github.com/Clivern/Cattle/actions/workflows/ci.yml/badge.svg"/> | ||
</a> | ||
</p> | ||
</p> | ||
|
||
|
||
## Versioning | ||
|
||
For transparency into our release cycle and in striving to maintain backward compatibility, Winkie is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly. | ||
For transparency into our release cycle and in striving to maintain backward compatibility, Cattle is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly. | ||
|
||
See the [Releases section of our GitHub project](https://github.com/clivern/winkie/releases) for changelogs for each release version of Winkie. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/winkie/milestones) for the future roadmap. | ||
See the [Releases section of our GitHub project](https://github.com/clivern/cattle/releases) for changelogs for each release version of Cattle. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/cattle/milestones) for the future roadmap. | ||
|
||
## Bug tracker | ||
|
||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/winkie/issues | ||
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/cattle/issues | ||
|
||
|
||
## Security Issues | ||
|
||
If you discover a security vulnerability within Winkie, please send an email to [[email protected]](mailto:[email protected]) | ||
If you discover a security vulnerability within Cattle, please send an email to [[email protected]](mailto:[email protected]) | ||
|
||
|
||
## Contributing | ||
|
@@ -45,6 +45,6 @@ Shoutout to these open source projects and their maintainers. | |
|
||
## License | ||
|
||
© 2021, Winkie. Released under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
© 2021, Cattle. Released under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
**Winkie** is authored and maintained by [@Clivern](https://github.com/clivern). | ||
**Cattle** is authored and maintained by [@Clivern](https://github.com/clivern). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
openapi: 3.0.1 | ||
info: | ||
title: Winkie | ||
title: Cattle | ||
description: 🐺 Platform to Run and Share Code. | ||
contact: | ||
email: [email protected] | ||
license: | ||
name: Apache License 2.0 | ||
url: https://github.com/Clivern/Winkie/blob/main/LICENSE | ||
url: https://github.com/Clivern/Cattle/blob/main/LICENSE | ||
version: 0.2.0 | ||
externalDocs: | ||
description: Find out more about winkie | ||
url: https://github.com/Clivern/Winkie | ||
description: Find out more about cattle | ||
url: https://github.com/Clivern/Cattle | ||
servers: | ||
- url: https://winkie.sh/ | ||
- url: https://cattle.sh/ | ||
paths: | ||
/_health: | ||
get: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[winkie_server] | ||
[cattle_server] | ||
127.0.0.1 ansible_connection=ssh ansible_user=root ansible_python_interpreter=/usr/bin/python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,17 +115,17 @@ | |
executable: /bin/bash | ||
tags: [ deploy ] | ||
|
||
- name: Create winkie service file | ||
- name: Create cattle service file | ||
template: | ||
src: winkie.service.j2 | ||
dest: /etc/systemd/system/winkie.service | ||
src: cattle.service.j2 | ||
dest: /etc/systemd/system/cattle.service | ||
mode: "0750" | ||
notify: reload winkie service | ||
notify: reload cattle service | ||
tags: [ deploy ] | ||
|
||
- name: Enable and start winkie service | ||
- name: Enable and start cattle service | ||
systemd: | ||
name: winkie | ||
name: cattle | ||
state: started | ||
enabled: yes | ||
tags: [ deploy ] | ||
|
@@ -134,21 +134,21 @@ | |
pause: | ||
seconds: 2 | ||
|
||
- name: restart winkie service | ||
- name: restart cattle service | ||
systemd: | ||
state: restarted | ||
name: winkie | ||
name: cattle | ||
tags: [ deploy ] | ||
|
||
- name: Create winkie workers service file | ||
- name: Create cattle workers service file | ||
template: | ||
src: worker.service.j2 | ||
dest: /etc/systemd/system/[email protected] | ||
mode: "0750" | ||
notify: reload workers service | ||
tags: [ deploy ] | ||
|
||
- name: Enable and start winkie workers service | ||
- name: Enable and start cattle workers service | ||
systemd: | ||
name: worker@{{ item }} | ||
state: started | ||
|
@@ -160,7 +160,7 @@ | |
pause: | ||
seconds: 2 | ||
|
||
- name: restart winkie workers service | ||
- name: restart cattle workers service | ||
systemd: | ||
state: restarted | ||
name: worker@{{ item }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
deployment/ubuntu/configure/roles/application/templates/env.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
APP_NAME=Winkie | ||
APP_NAME=Cattle | ||
APP_DESCRIPTION=Run and Share Code | ||
APP_KEY={{ app_key }} | ||
APP_DEBUG_MODE=false | ||
APP_URL=https://winkie.sh | ||
APP_URL=https://cattle.sh | ||
[email protected] | ||
|
||
CURRENT_THEME=default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
deployment/ubuntu/configure/roles/application/templates/worker.service.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.