Questions tagged [white-labelling]

The practice of creating generic code such that it can be easily reused on multiple projects for different clients with independent branding requirements. Items that can be changed in a white label app may include colors, fonts, images, text, layout, even features or entire sections of the app.

See also: http://en.wikipedia.org/wiki/White-label_product

127 questions
1
vote
0 answers

How to Create White-Label Project using Expo React Native

I am wondering how to create a white-label project in using react native without ejecting from expo. I understand how to use dynamic styles based on settings/configuration that I choose, but I do not get how to compile and publish the project with…
denistepp
  • 489
  • 7
  • 23
1
vote
1 answer

Use multiple certificates for same server

I am creating a web application which will be sold to customers as white label, meaning the customers will see their domain in the URL but all the traffic will be routed through my servers. I am using AWS as a host. For each new customer I create a…
Or Betzalel
  • 2,427
  • 11
  • 47
  • 70
1
vote
1 answer

Use different CSS file depending on URL path

I have the following files:App.vue, changcolor.vue, config.json, main.js, index.html, xyz.css, abc.css. Depending on the URL, i want to apply the right CSS file, so for example if URL is "xyz.local.com" then we'll use xyz.css and if "abc.local.com"…
MBV
  • 11
  • 3
1
vote
0 answers

React Native White labeling Remove unwanted code

I am creating react native application which required to do white labeling for that i have planned using react-native.config. Using that config package we are able to achieve white label in android and iOS. Now, client has multiple application and…
1
vote
1 answer

Recommended deploy strategies for mobile apps that share 99% of the same repository?

We have a white labeled mobile app that is being deployed as several different apps. Each with its own branding. However, they each share 99% of the same code. The more we white label the more repository creep there is. We are painstakingly…
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
1 answer

Forward a domain but keep URL

I'd like to send http://app.client-domain.com/ to my Heroku-hosted Rails app at http://www.my-domain.com/. From research it looks like this would be relatively straightforward (with domain record redirects/forwards like A, MX, CName, etc.) However,…
1
vote
0 answers

How to use Angular to create a white label

I googled some article about creating a white label website which is able to have different css styles based on the domain name, but I have not found any way to work it out using the separated frontend/backend tech stack. My project consists of an…
LunaticJape
  • 1,446
  • 4
  • 21
  • 39
1
vote
0 answers

Nginx 2 vhost configuration files conflict and domain of second configuration file shows "too many redirects"

I have 2 apps in my server. Both of them are Saas and have white label feature. One of them is travel and the other is blogger Saas project. Travel project works fine. But blogger projects shows too many redirects. I made some test and saw that if I…
Javid Karimov
  • 435
  • 5
  • 22
1
vote
2 answers

nginx or dns url rewrite or masking based on path

I work on one website which is travel blog and there is sub section mytravelsite.com/tickets which is whitelabel and everything under that mytravelsite.com/tickets/fares and other pages are pointing to another ip and this works fine. But now i would…
lonerunner
  • 1,282
  • 6
  • 31
  • 70
1
vote
2 answers

Best practices to support white-labeling in C# winforms application

I've developed an application that helps users to play casino games "better", based on statistical calculations. It's an external application that sniffs network, understands certain casino room protocols(some web based, some native application) and…
Jack Juiceson
  • 830
  • 4
  • 12
  • 24
1
vote
1 answer

Best way to Whitelabel an existing iOS App

I started working at a company which developed an App for mobile payment. There is a "Terminal"-App, which receives payments of customers and then there's the "Wallet"-App, which users can download and use to pay (at those terminals). The project…
gasparuff
  • 2,295
  • 29
  • 48
1
vote
0 answers

Codeigniter + whitelabel site + single application + multiple databases

Below is my folder structure for Codeigniter based application. application config development config.php database.php constants.php testing config.php database.php constants.php We want to setup white…
1
vote
2 answers

White labeling CakePHP: What's the best way to provide customization hooks/callbacks to implementers?

I'm developing a CakePHP application that we will provide as a white label for people to implement for their own companies, and they'll need to have certain customization capabilities for themselves. For starters, they'll be able to do anything they…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
1
vote
0 answers

How to deal with updates to white-labeled sites that have been modified by customers

I'm planning to make a white-label product that will be delivered to clients. The product is developed using an MVC framework (CakePHP in particular), and the idea is to let the customer modify not only basic stuff like the CSS, but also the…
Daniel Magliola
  • 30,898
  • 61
  • 164
  • 243
1
vote
0 answers

How do I mask a URL in Apache while pulling data from another server?

I have two URLs, company.com and example.com. They are both on different servers. When I visit company.com/page I want to actually be loading the content from page.example.com. Similarly, if I go to company.com/page/about-us I want the information…
Andrew S.
  • 11
  • 3
1 2 3
8 9