Sentora Support Forums

Full Version: Apache Allura[question]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how easy would it be to add Apache Allura to a sentora install

would there be a need for a module or could it just go in as is
i ask because i want to have some projects hosted on my site but with all the features this adds


Features
  • Solr indexing for full search across all tools
  • Markdown formatting everywhere
  • Crosslinking between items in any tool
  • Email integration (every tool application gets its own email address)
  • Wiki
  • Tracker
  • Forums / Mailing List
  • Git
  • SVN
  • Mecurial


https://allura.apache.org/
https://sourceforge.net/projects/allura/
https://forge-allura.apache.org/docs/get...stallation
https://forge-allura.apache.org/docs/get...ing-docker
https://forge-allura.apache.org/docs/

What is Allura?
Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of Allura's features or compare features to other OSS forge software.

The Allura project is self-hosted on an instance of Allura:
Hi,
Allura uses Python to run:

https://forge-allura.apache.org/docs/get...ation.html

And currently it won't be secure with sentora.

M B
(05-17-2017, 06:17 PM)Me.B Wrote: [ -> ]Hi,
Allura uses Python to run:

https://forge-allura.apache.org/docs/get...ation.html

And currently it won't be secure with sentora.

M B

is there a way to secure python or are there any alternatives to this that you can think of that would work i tried to install redmine but that did not turn out well

also i heard that sentora was switching from the current way it does users to actual user accounts would it be secure then? if that's true
[@me.b]
[@[b]TGates[/b]]

one of you too may know this answer or to these questions Huh

could this be used to secure python http://www.pythonsecurity.org/

are there any alternatives to Apache Allura that you can think of that would work i tried to install redmine but that did not turn out well
The above website is more about how to build python secure apps. The issue is that python will use CGI that is not secure with sentora.

M B
(10-16-2017, 07:35 AM)Me.B Wrote: [ -> ]The above website is more about how to build python secure apps. The issue is that python will use CGI that is not secure with sentora.

M B

so no way to secure it as far as you know

do you know of anything simular to Allura that is secure
You would better check gitlab it's a full feature CI, git manager, issues, CI using docker.
You can also use jenkins if you don't like gitlab CI side, that's what we in my job.

https://gitlab.com/
https://jenkins.io/

you can deploy both as native RPM/Deb packages or use docker ( we use docker).

M B
My biggest issue with git lab is that you have to pay for some things

As for Jenkins as far as I could tell it's just for getting the builds out its not a repository for project files



Sent from my SM-G900W8 using Tapatalk
@me.b

the biggest thing is that both the things you linked is there for continuous integration what i am looking for is file management and revisions and version control i was kinda hopeful that because you can use apache allura with docker
https://forge-allura.apache.org/docs/get...ing-docker


also i am curious in if sentora has been tested with maas(metal as a service)
@me.b

Sorry if I keep anoying you but I think of this as a learning experience

So I thoght that because allura used docker it would be secure I'm still a little new to server hosting stuff(I am running a semi personal server atm)

https://forge-allura.apache.org/docs/get...#first-run

Now if it can't be secured then can the docker container it is in be secured

This may seem like a stupid question to you but you know this stuff that is why I ask

Sent from my SM-G900W8 using Tapatalk
Pages: 1 2