Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #3

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
Norwik/Orangutan is built on the following main stack:

- [Ansible](http://www.ansible.com/) – Server Configuration and Automation
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
Norwik/Orangutan is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/663/ElOjna20.png' alt='Ansible'/> [Ansible](http://www.ansible.com/) – Server Configuration and Automation
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [Norwik/Orangutan](https://github.com/Norwik/Orangutan)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|3<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (3)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/663/ElOjna20.png' alt='Ansible'>
<br>
<sub><a href="http://www.ansible.com/">Ansible</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
46 changes: 46 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
repo_name: Norwik/Orangutan
report_id: de117c1731baf6fbcf9f7c33ba17a47b
version: 0.1
repo_type: Public
timestamp: '2024-02-29T19:09:03+00:00'
requested_by: Clivern
provider: github
branch: main
detected_tools_count: 3
tools:
- name: Ansible
description: Radically simple configuration-management, application deployment,
task-execution, and multi-node orchestration engine
website_url: http://www.ansible.com/
license: GPL-3.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Server Configuration and Automation
image_url: https://img.stackshare.io/service/663/ElOjna20.png
detection_source_url: https://github.com/Norwik/Orangutan/blob/main/ansible.cfg
detection_source: ansible.cfg
last_updated_by: Clivern
last_updated_on: 2020-12-12 22:42:58.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/Norwik/Orangutan
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/Norwik/Orangutan/blob/main/.github/workflows/build.yml
detection_source: ".github/workflows/build.yml"
last_updated_by: Clivern
last_updated_on: 2020-12-12 22:42:58.000000000 Z
Loading