
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
#ErpTechSvcs
This engine is implemented with the premise that services like logging, tracing and encryption would likely already exist in many organizations, so they are factored here so they can easily be re-implemented. There are default implementations here, and we track several excellent Rails projects as potential implementations of services like security and content/digital asset mgt.
##Initializer Options
To override these settings simple create a erp_tech_svcs.rb file in your initializers and override the config options you want
Rails.application.config.erp_tech_svcs.configure do |config|
config.installation_domain = 'localhost:3000'
config.login_url = '/erp_app/login'
config.email_notifications_from = 'notifications@noreply.com'
config.max_file_size_in_mb = 5
config.session_expires_in_hours = 12 # this is used by DeleteExpiredSessionsJob to purge inaactive sessions from database
config.compass_logger_path = "#{Rails.root}/log"
config.file_assets_location = 'file_assets' # relative to Rails.root
config.file_protocol = 'http'
config.file_storage = :filesystem # Can be either :s3 or :filesystem
config.s3_url_expires_in_seconds = 60
config.s3_protocol = 'https' # Can be either 'http' or 'https'
end
Rails.application.config.erp_tech_svcs.configure!
FAQs
Unknown package
We found that erp_tech_svcs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.