Code Monkey home page Code Monkey logo

rconfig's Introduction

With .Net Core, it allows you to keep the json files of your applications securely encrypted on your remote server and easily integrate them into your applications.

📔 Table of Contents

🌟 About the Project

📷 Screenshots

image

<<<<<<< HEAD

Example Using

https://i.postimg.cc/ZJ4WzpTg/1.png

image
======= >>>>>>> dee3f9c (Create README.md)

🧰 Getting Started

<<<<<<< HEAD

⚙️ Installation for docker container

1-RConfig UI ( docker.yaml) #### bash docker pull alizorlu/pretechsoftwarerconfigui

⚙️ Installation

1-RConfig UI ( docker.yaml)

version: '3'

services:
  rconfig_ui:
    container_name: rconfig_ui
    image: alizorlu/pretechsoftwarerconfigui
    restart: always
    mem_limit: 2g
    environment:
      - RootUser=admin
      - RootPassword=admin
      - RootSession=01:00:00
      - SqlType=MsSQL
      - Mysql=Server=mysql.example.server.com;Database=rconfig;Uid=root;Pwd=pass;
      - MsSQL=Server=mssql.example.ser.com;Database=RConfig;Uid=root;Pwd=pass;Application Name=Rconfig.Ui.Application;Integrated Security=False;TrustServerCertificate=True;MultipleActiveResultSets=True;
      - Postgresql=Server=server.test.local;Port=5432;Database=rconfig;User Id=postgres;Password=pass;
      - TLS_VERSION=1
      - Mysql=Server=mysql.example.server.com;Database=rconfig;Uid=root;Pwd=pass;
      - MsSQL=Server=mssql.example.ser.com;Database=RConfig;Uid=root;Pwd=pass;Application Name=Rconfig.Ui.Application;Integrated Security=False;TrustServerCertificate=True;MultipleActiveResultSets=True;
>>>>>>> dee3f9c (Create README.md)
    ports:
      - "80:80"

2-RConfig API (docker.yaml) for docker container bash docker pull alizorlu/pretechsoftwarerconfigapiserver

2-RConfig API (docker.yaml)

version: '3'

services:
  rconfig_api:
    container_name: rconfig_api
    image: alizorlu/pretechsoftwarerconfigapiserver
    restart: always
    mem_limit: 2g
    environment:
<<<<<<< HEAD
      - SqlType=Postgresql
      - Mysql=Server=mysql.example.server.com;Database=rconfig;Uid=root;Pwd=pass;
      - MsSQL=Server=mssql.example.ser.com;Database=RConfig;Uid=root;Pwd=pass;Application Name=Rconfig.Ui.Application;Integrated Security=False;TrustServerCertificate=True;MultipleActiveResultSets=True;
      - Postgresql=Server=server.test.local;Port=5432;Database=rconfig;User Id=postgres;Password=pass;
      - SqlType=MsSQL
      - TLS_VERSION=1
      - Mysql=Server=mysql.example.server.com;Database=rconfig;Uid=root;Pwd=pass;
      - MsSQL=Server=mssql.example.ser.com;Database=RConfig;Uid=root;Pwd=pass;Application Name=Rconfig.Ui.Application;Integrated Security=False;TrustServerCertificate=True;MultipleActiveResultSets=True;
>>>>>>> dee3f9c (Create README.md)
    ports:
      - "80:80"

3-RConfig.Crypto(Dependency Ext . Lib) bash dotnet add package RConfig.Crypto.1.0.0 --version 1.0.0

3-RConfig.Crypto(Dependency Ext . Lib)

NuGet\Install-Package RConfig.Crypto.1.0.0 -Version 1.0.0

🧭 Roadmap

  • Key-based encryption (AES)
  • IP based access (RConfig API)
  • Appending remote changes automatically on the stack side
  • Support for other databases (primarily postgresql)
  • Adding usage metrics to RConfig UI

💎 Acknowledgements

Use this section to mention useful resources and libraries that you have used in your projects.

rconfig's People

Contributors

alizorlu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.