All Projects → moriturus → Ktra

moriturus / Ktra

Licence: other
Your Little Cargo Registry

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Ktra

Alexandrie
An alternative crate registry, implemented in Rust.
Stars: ✭ 251 (+70.75%)
Mutual labels:  registry, crates
Meuse
A private Cargo crate registry, for Rust
Stars: ✭ 173 (+17.69%)
Mutual labels:  registry, crates
Downloads
AD Health Check, Send HTML Email, Ping machines, Encrypt Password,Bulk Password,Microsoft Teams,Monitor Certificate expiry, Monitor cert expiry, AD attributes, IP to Hostname, Export AD group, CSV to SQL,Shutdown, Restart, Local Admin, Disk Space, Account expiry,Restore Permissions, Backup permissions, Delete Files Older Than X-Days, export DHCP options,Read Registry,Distribution group AD attributes,Monitor Windows Services,Export Reverse DNS,Task Monitor,Monitor and alert, Exchange Health check,Get Network Info, Export AD Attributes,AD group members, Office 365 Group member, SQL to CSV, Outlook save send attachments, Upload files to FTP,Exchange – Total Messages Sent Received, Set Teams Only Mode, Intune Duplicate Device,Intune Cleanup Not Evaluated, Ownership and Grant Permissions, Write Create Modify Registry , Organization Hierarchy from AD,Azure AD Privileged Identity Management,Intune – Export MAM Devices,Intune Marking devices as Corporate, Dynamic to Static Distribution Group,Monitor Alert Office 365 services,Group Member Count,Bulk Addition external users sharepoint, ADD to Exchange online License Group,All in One Office 365 Powershell,Bulk Addition of Secondary Email, Automate move mailboxes to o365, Addition Modification Termination Exchange users, Monitoring Unified Messaging port,Unified Messaging Extensions Report, Set Default Quota for SharePoint,Bulk Contact Creation and Forwarding, Uploading and Downloading files sftp, Monitoring Sftp file and download, Office 365 groups Write back, CSV parser, Email address update, Email address modify, MDM enrollment, Welcome Email, Intune Welcome Email, remove messages, remove email, SKOB to AD, SKOB to group, PowerApps report, Powerautomate Report, Flow report, Server QA, Server Check List, O365 IP range, IP range Monitor, o365 Admin Roles, memberof extraction, CSV to Excel, Skype Policy, UPN Flip, Rooms Report, License Reconciliation,Intune Bulk Device Removal, Device Removal, Clear Activesync, Lync Account Termination,Lync Account Removal, Enable office 365 services, Enable o365 Services, Export PST, Site collection Report, Office 365 Group Sites, System Admin,ActiveSync Report,White Space,Active Directory attributes, outlook automation, Intune Detect App, Distribution list Fix, Legacy DN, start service, stop service, disable service, Message tracking, Distribution lists report,Distribution groups report,Quota Report, Auto reply, out of office, robocopy multi session, Home Folder, local admin, Database, UPN SIP Mismatch, Recoverable deleted, teams number, Number assignment, teams phone, AD Group Hierarchy, Hierarchy membership, Sync Groups
Stars: ✭ 75 (-48.98%)
Mutual labels:  registry
Pleco
A Rust-based re-write of the Stockfish Chess Engine
Stars: ✭ 137 (-6.8%)
Mutual labels:  crates
Docker Registry Pruner
Tool to apply retention logic to docker images in a Docker Registry
Stars: ✭ 122 (-17.01%)
Mutual labels:  registry
Crates Io Cli
Interact with crates.io from the command-line
Stars: ✭ 82 (-44.22%)
Mutual labels:  crates
Anterofit
Strongly typed, asynchronous REST client framework for Rust.
Stars: ✭ 125 (-14.97%)
Mutual labels:  crates
Half Rs
Half-precision floating point types f16 and bf16 for Rust.
Stars: ✭ 68 (-53.74%)
Mutual labels:  crates
Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+8517.01%)
Mutual labels:  registry
Xmouse Controls
Windows utility to enable or disable active window tracking, raising and also the delay in milliseconds. This is known as x-mouse behavior or focus follows mouse.
Stars: ✭ 122 (-17.01%)
Mutual labels:  registry
Cedar
Rust framework for building visual/interactive applications
Stars: ✭ 136 (-7.48%)
Mutual labels:  crates
Registrish
Dirty hack to run a read-only, public Docker registry on almost any static file hosting service (e.g. NGINX, Netlify, S3...)
Stars: ✭ 119 (-19.05%)
Mutual labels:  registry
Inflector
A rust inflection library
Stars: ✭ 88 (-40.14%)
Mutual labels:  crates
Coap Rs
A Constrained Application Protocol(CoAP) library implemented in Rust.
Stars: ✭ 128 (-12.93%)
Mutual labels:  crates
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-45.58%)
Mutual labels:  registry
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-3.4%)
Mutual labels:  registry
Accord
Data validation library for Rust
Stars: ✭ 72 (-51.02%)
Mutual labels:  crates
Bvh
A fast BVH using SAH in rust
Stars: ✭ 108 (-26.53%)
Mutual labels:  crates
Bnf
Parse BNF grammar definitions
Stars: ✭ 124 (-15.65%)
Mutual labels:  crates
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (+0%)
Mutual labels:  registry

Ktra 🚚 ktra at crates.io

Your Little Cargo Registry.

Ktra is an implementation of the Alternate Registry that is introduced for non-public crates in Rust/Cargo 1.34.

In other words, Ktra is an all-in-one package for the private cargo registry.

Documentations

Docker images

docker pull ghcr.io/moriturus/ktra:latest

All of the docker images are built with emk/rust-musl-builder image and stored at GitHub Container Registry.
These are public images so you can pull them without any authentication.

Any commit on develop branch builds images listed below:

  • latest
    • db-sled featured image.
  • db-redis-latest
    • db-redis featured image.
  • db-mongo-latest
    • db-mongo featured image.

Similarly, images below are built automatically when tags are pushed:

  • {VERSION} (e.g. 0.4.3)
    • db-sled featured image.
  • db-redis-{VERSION}
    • db-redis featured image.
  • db-mongo-{VERSION}
    • db-mongo featured image.

Please see "Installation: Docker" page in The Ktra Book for more details.

Features

Current

From 0.1.0

  • [x] Minimum Alternate Registry implementation.
  • [x] Sled as its internal database.
    • via db-sled feature turned on by default.
  • [x] Almost pure Rust.

From 0.2.0

  • [x] Secure user management.

From 0.4.0

  • [x] Redis support.
    • via db-redis feature.

From 0.4.2

  • [x] MongoDB support.
    • via db-mongo feature.

From 0.5.0

Planned

And any feature requests are welcome!

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].